Topic: read dump *.mfd

hi
i know that i can dump the binary file to hex with hexdump. but there is any lib (libnfc/libfreefare) that is able to open offline a dump and allow us to access some pre defined informations, like card id, keys, trailers or access rights in a sector and so on. i know that i can do it with a high level language paraing the hexdump output, but i would like to so it with c. is that possible?

Re: read dump *.mfd

Hi,
mfd files are raw bytes dump from a Mifare Classic. To locate access bytes, UID, etc. why don't simply use hexdump(1) tool under linux ?

Romuald Conty