Open GoogleCodeExporter opened 8 years ago
Excellent work... I'm testing over the next couple of days and will commit if
all OK...
Original comment by fnargwibble
on 3 Oct 2010 at 4:38
This patch adds:
a) a multi page read command
proxmark3> hf 15 cmd readmulti u 2 3
00 00 00 00 BA 14 1B DB 06 60 19 00 ........`..
b) a Tag-"system information" command:
proxmark3> hf 15 cmd sysinfo u
0E xx xx 18 0E 02 94 16 E0 00 32 08 94
UID = E01694020E18xxxx
EM-Marin SA (Skidata)
DSFID not supported
AFI supported, set to 000
Tag provides info on memory layout (vendor dependent)
9 (or 8) bytes/page x 51 pages
IC reference given: 94
Some vendors haven’t read the specification carefully enough, so there are
off-by-one errors possible in the memory layout information. (EM-Marin is doing
it wrong, TI values the ISO standard)
c) added more vendors and types to UID database.
This patch changes:
a) The initialisation of the the iso 15693 reader mode often produces glitches
that may confuse tags. I've tried to tighten Iso15693InitReader() a bit, to
reduce the impact.
b) tried to remove some warnings in different places, but as there are dozens
(at least on an ubuntu/64bit) so i've removed -Werror from the Makefile.
c) amended linux compiling instructions and fixed some minor bugs in the
iso-15k code
Original comment by adr...@atrox.at
on 14 Oct 2011 at 10:55
something limits the possible response length to about 16 bytes (incl
header+crc) - this only takes effect when you read more than 3 or 4 pages at
once.
still the additional functionality is useful.
Original comment by adr...@atrox.at
on 14 Oct 2011 at 11:34
Attachments:
Original comment by dn3...@gmail.com
on 29 May 2012 at 1:10
Original comment by dn3...@gmail.com
on 29 May 2012 at 1:10
Original issue reported on code.google.com by
adr...@atrox.at
on 27 Sep 2010 at 12:00Attachments: