RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.63k stars 981 forks source link

Added 14b restore, modified 14b reader,wrbl #2300

Closed Sonic803 closed 4 months ago

Sonic803 commented 4 months ago

Added the function hf 14b restore to restore dump to 14b card. Modified hf 14b reader to make it show the plot like the reader for 14a does. Modified hf 14b wrbl because previously if no flag for the tag size was given it worked even out-of-range but printed that was working with a SRI512 tag.

github-actions[bot] commented 4 months ago

You are welcome to add an entry to the CHANGELOG.md as well

iceman1001 commented 4 months ago

Nice!,

This looks like a PR that should be divided into two.

try use the blocksize define everywhere.

iceman1001 commented 4 months ago

Thanks!