Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Hi,
When I try to install files:
apt-get install git build-essential libreadline5 libreadline-dev gcc-arm-none-eabi libusb-0.1-4 libusb-dev libqt4-dev ncurses-dev perl pkg-config
I have this mesage:
Le paquet « libqt4-dev » n'a pas de version susceptible d'être installée
Can you help me?
Thanks
Offline
Where did you get those instructions? Follow the instruction on the repo instead.
https://github.com/RfidResearchGroup/pr … --raspbian
Offline
Thanks Iceman
When I try to compil I have this error:
_PREFIX -DNO_GZIP -DZLIB_PM3_TUNED -c -o obj/pcsc.o pcsc.c
pcsc.c:27:10: fatal error: winscard.h: Aucun fichier ou dossier de ce type
27 | #include <winscard.h>
| ^~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:348 : obj/pcsc.o] Erreur 1
make[1] : on quitte le répertoire « /root/proxmark3/client »
make: *** [Makefile:33 : client/all] Erreur 2
Offline
You know that you are not using the RRG/Iceman repo? So you will not be able to use standalone modes in the same way.
You are on the offical repo, so you will need to use it's installation guides.
Offline
Thanks iceman, with your repo i'ts ok
Offline