ChameleonMini
ChameleonMini copied to clipboard
Support for reading Mifare Classic cards
Before trying to get my hands dirty and try to do something would it be possible to use the clone comand to dump a MF4K/1K if the keys are known ? If so any clue of where I should look into the code to get some point to start ? regards #
Currently this is not implemented. The necessary Crypto1 functions are implemented, but the application layer for reading MF Classic is not. Just have a look at these lines for a first start.
thanks for the info, I think I'll have a lot of work to do :/ BTW, I have a ASCII style dump of NFC MF4 card, I'd like to convert or create a file to have a .mfd file in order to upload to Chameleon. Any idea ?
I think xxd is useful for this.