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
I was trying to emulate some data in proxmark3 by passing raw data through below command .
"lf hid sim -r 1234" as a result i am getting a big number as the output which is "00000000004660"
Can you please let me know how can i control the length of the output to 26 bit rather than such a big number .
I would like to use the above command is it possible , please let me know .
Regards
Sampurna
Offline
1234 in hex = 4660 in decimal.
Type you wanted big number into any dec2hex converter and pass the result to the "lf hid sim -r _______". It will be no more than 7 digits.
Offline