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.
Pages: 1
Hi, proxmark3 client make fails in Linux because of some warnings in crapto1.c whic are converted in errors by -Werror
Waiting for a repo update, to bypass this error without patching sources, remove the -Werror parameter in common/Makefile.common:
#CFLAGS = -c $(INCLUDE) -Wall -Werror -pedantic -std=c99 $(APP_CFLAGS) -Os
CFLAGS = -c $(INCLUDE) -Wall -pedantic -std=c99 $(APP_CFLAGS) -Os
Offline
Pages: 1