iceman1001 / proxmark3

[Deprecated] Iceman Fork, the most totally wicked fork around if you are into proxmark3
http://www.icedev.se/pm3.aspx
GNU General Public License v2.0
464 stars 116 forks source link

improve NEDAP-XS + standalone mode #249

Closed insatomcat closed 5 years ago

insatomcat commented 5 years ago

Some changes I had to do to be able to read/sim/clone NEDAP XS tags, following up on this thread : http://www.proxmark.org/forum/viewtopic.php?id=2364 Note that you cannot simulate/clone having only the tagID, but you can with the full "raw dump" (which is the first major point of this PR).

Second part of this PR is a standalone mode for NEDAP-XS. Recording, simulating and cloning are working.

I would love to hear your comments and whether part of this PR is mergeable.

iceman1001 commented 5 years ago

Nice, I would suggest you split this one up in two seperate PRs. One for the XS, and one for the standalone.

insatomcat commented 5 years ago

All right, it's really easy since one PR changes 2 files and the other will change 8 other files. --> improving NEDAP-XS (client mode) is now #254 , NEDAP-XS Standalone mode is now #255