nagyistoce / cardpeek

Automatically exported from code.google.com/p/cardpeek
Other
1 stars 0 forks source link

Minor error in GSM lua script ? #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently reading several SIM cards. The IMSI as displayed by CardPeek seems 
wrong

1/ needs swapped bytes (as for the ICCID). Simple change on line 371 :
     { "file", "6F07", "IMSI", GSM_ICCID },
instead of
     { "file", "6F07", "IMSI", nil },
(GSM_ICCID does the job; could be renamed to GSM_ICCID_IMSI, though)

2/ even with swapping, I get three characters in front of the IMSI (always 809 
as far as I've checked). Any idea where those come from ?

Sincerely,
-- NdC

Original issue reported on code.google.com by nuitsdec...@gmail.com on 3 Nov 2014 at 2:20

GoogleCodeExporter commented 9 years ago
Thanks for the report.
I will check this further soon.

Original comment by L...@gmx.com on 16 Nov 2014 at 9:31

GoogleCodeExporter commented 9 years ago
The latest version of cardpeek in the SVN should fix this issue.
The fix will also be part of the next release of cardpeek (0.8.4)

Original comment by L...@gmx.com on 1 Feb 2015 at 9:33