rowingdude / analyzeMFT

MIT License
423 stars 117 forks source link

Strange values for alen and others #13

Closed Pballen closed 10 years ago

Pballen commented 10 years ago

I'm getting some strange values (large negative numbers) for alen and ssize (read from the mft by decodeATRHeader function in mft.py). They're currently being read in as doubles. I think might need to be read in as (unsigned?) longs.

dkovar commented 10 years ago

I was noticing something similar while working on the ADS mods.

Do you want to fix it and issue a pull request?

dkovar commented 10 years ago

Peter fixed this.