Topic: Convert from mfd/dump to text

Hey,

I have dumped a mifare classic 4k card which was being emulated by a SmartMx card. Is there anyway that i can convert the mfd dump file / .dump file into a readable text file?


Thanks

spooky

Re: Convert from mfd/dump to text

Hey,

hexdump(1) should do the job.

Romuald Conty

Re: Convert from mfd/dump to text

oh shit, thats the only thing i didnt think of. thanks now ill get a hex program!