zhovner / mfdread

Mifare 1k/4k dumps parser in human readable format
299 stars 51 forks source link

Implement Mifare Ultralight support #11

Open ArnCo opened 4 years ago

ArnCo commented 4 years ago

Hi Pavel,

I was thinking about implementing something similar to your script for Mifare Ultralight cards. Would you agree to include this feature into your script, or do you think that a separate project would be better ?

I will probably start coding this in the upcoming weeks, let me know !

Cheers,

Arnaud

zhovner commented 4 years ago

As far we are looking at dump file size now mfdread.py#L138, we can easily auto detect Ultralight by file size. I can include your code if it works.

ArnCo commented 4 years ago

Hi again :) ,

So I now have working (but quite disgusting code). I think about two things:

Cheers,

Arnaud