nezza / ISO7816Analyzer

A simple ISO7816 analyzer that only requires the data-stream.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not up to date with screenshots?

patricktlo opened this issue · comments

Hi!

I just compiled the project using visual studio but I don't get the start/end time and the name of the analyzer is "Simple serial". Is the project source code up to date with the files?

I also had to cast a pointer to ISO7812_t for it to build. Just in case anyone else couldn't get it to compile.

Thanks in advance!

Hi Patrick,

thanks for the feedback! I'll take a look, maybe I forgot to push something or so?

I think so! or I got something wrong when compiling

Is there a way to change to inverse convention?
It does not work for me, always displays direct convention. (LSB first, bits not inverted)

I thought that the program was supposed to detect the mode (direct or inverse) from the ATR?
Am I missing something?