Closed MickaelBergem closed 8 years ago
The "hf mfu sim" command should be hf mfu sim t 7 u 043C809ADB4981
And I'm suppose you mean this fork's master branch, otherwise it will not work at all
how did it go with this?
Sorry I didn't have time to investigate this issue, and I won't have access to a PM3 until a long time so I'm just going to close this issue.
Ultralight EV1 are increasingly deployed in cashless payment solutions, such as in music festivals or in the Euro 2016 fan zones in Paris, so I hope someone will have time to confirm everything works as expected to emulate such cards ;)
I am trying to emulate an Ultralight EV1 (MF0UL1101D) tag with the PM3, latest commit on master.
I can dump the tag with
hf mfu dump
(the default password is used), which gives me a dump with 32 pages (128 bytes):I then use the
dumptoemul-mfu
script to convert this bin file to its plain ASCII representation and get the .eml file:Unfortunately, running
hf mfu eload u 043C809ADB4981.eml 32
followed byhf mfu sim t 2 u 043C809ADB4981
doesn't work properly:The actual card has 80 bytes of memory , with only 20 pages. My phone tries to enumerate all the 308 pages to retrieve the content of the memory and hang until I remove the card.
I guess metadatas are not properly understood by the emulator / specific commands are not implemented.
I also tried to only use the 20-pages-long dump (only the data), but I don't get a better result.
Any idea?