Proxmark / proxmark3

Proxmark 3
http://www.proxmark.org/
GNU General Public License v2.0
3.09k stars 901 forks source link

hf_mfcsim loading bug #1000

Closed jphuangjr closed 2 years ago

jphuangjr commented 2 years ago

Describe the bug After loading the .bin dump file for mifare 1k classic into the flash memory, when the user starts standalone mode, the wrong UUID is generated.

To Reproduce Steps to reproduce the behavior:

  1. Load .bin dump file. (eg. mem spiffs upload -s hf-mf-86C6D462-dump.bin -d hf_mfcsim_dump_01.bin )
  2. Open standalone mode (see pic 1)
  3. Emulate and view results on a reader (reader is showing wrong uuid as well)

Expected behavior Expected uuid to be correct, in the example case to be 86C6D462. I ran the emulation mode after loading the bin dump and read it on my reader and it was correct so the file is not the problem.

Screenshots Pic. 1:

Screen Shot 2022-06-17 at 10 38 39 AM

Desktop (please complete the following information):

Additional context Add any other context about the problem here.