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
Hey,
i'm doing some research with reading and simulating mifare classic cards with 4 and 7 byte UIDs.
Now i tried to write a standalone mode for this behaviour to operate the proxmark without a computer.
I orientate myself on the impementation of samy from the thread http://www.proxmark.org/forum/viewtopic.php?id=267.
But i can't figure out if there is a command to get the uid from the reader method of the iso14443a.
I made the body to start the mode and read at first press of the button and simulate at the second press.
If there is a better solution please tell me.
Special thanks,
W01F
Offline
The function iso14443a_select_card returns the uid inside of two input arguments: byte_t *uid_ptr and iso14a_card_select_t *p_hi14a_card. Though the latter has more than just the uid in it.
Offline
Thank you for your help.
This should help me.
W01F
Offline
Pages: 1