proxmark3 icon indicating copy to clipboard operation
proxmark3 copied to clipboard

Prevent sending corrupt data to em4x70 w/`--par` option

Open henrygab opened this issue 2 months ago • 1 comments

This is the first PR related to #2376 .

  • Prevents sending corrupt data with minimal code change.
  • Fixes em4x70 firmware to return PM3_* value (not boolean). Thanks to @iceman1001 for noting these errors so they could be fixed!
  • Adds help text for third key, which is specifically optimized for lf em 4x70 autorecover

NOTE: MacOS builds fail due to Python install issue. This is fixed with PR #2380. Even so, linked are GitHub action results from a branch with one extra commit that disables the broken HiTag2 test:

future work

If hardware is found that requires this option, a later PR may re-enable this option. Alternatively, a later PR may entirely remove the --par option from lf em 4x70.

henrygab avatar May 05 '24 23:05 henrygab

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

github-actions[bot] avatar May 05 '24 23:05 github-actions[bot]

Excellent!

iceman1001 avatar May 12 '24 15:05 iceman1001