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
Is it possible to use the pm3 easy by itself with no computer client? Like copy a key then use pm3 as a key?
Offline
Yes. you must compile firmware with the mode of your choice in the Makefile.platform file. (only one each)
https://github.com/RfidResearchGroup/pr … alone-mode
if you have the limited 256k version this configuration works fine. you can change the line STANDALONE=HF_MATTYRUN with the mode you prefer to use.
-----Makefile.platform---------
PLATFORM=PM3GENERIC
PLATFORM_SIZE=256
STANDALONE=HF_MATTYRUN
SKIP_FELICA=1
SKIP_ICLASS=1
SKIP_LEGICRF=1
-----------------------------------
some standalone sample:
https://www.youtube.com/watch?v=CjMIabB7lrk
https://www.youtube.com/watch?v=bGwepPhrE6s
https://www.youtube.com/watch?v=OJWUgq23Bps
Offline
A very wide question, but you might want to read up on Standalone modes.
There is a note about it on RRG/Iceman repo.
Offline
Pages: 1