RfidResearchGroup / proxmark3

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

Set max write blocks to 251 in `hf_mf_ultimatecard` before writing version/signature in NTAG 21X #2326

Closed antgamdia closed 3 months ago

antgamdia commented 3 months ago

This PR mainly sets the max write blocks to 251 before attempting to write either the version or signature in NTAG chips (see 90e9a0da39bed2ba6cb7d686338abafee208520d).

Besides, it changes the UID and signature used in the CLI example so that they match. Currently, using the example signature returns an error, since the format is invalid.

Finally, a trivial typo (`instead of ') has been fixed.

This is a purely personal contribution, not related to my current employer whatsoever.

Fixes #2325

github-actions[bot] commented 3 months ago

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

iceman1001 commented 3 months ago

Awesome!