proxmark3 icon indicating copy to clipboard operation
proxmark3 copied to clipboard

Re-enabled the -k option in hf 15 raw

Open Giraut opened this issue 2 years ago • 1 comments

(to keep the field on after sending an ISO15693 command), and made DirectTag15693Command not start by resetting the field if the previous commmand left the field on (i.e. only hf 15 raw -k).

This is the same idea as PR #1596 (https://github.com/RfidResearchGroup/proxmark3/pull/1596) but without adding the -n flag and extra command, which admittedly was a nasty solution.

As an added bonus, this implementation doesn't break backward compatibility - i.e. it will work exactly as before with an older client that can't pass the extra "field already on" flag to DirectTag15693Command()

Giraut avatar Mar 23 '22 08:03 Giraut

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

github-actions[bot] avatar Mar 23 '22 08:03 github-actions[bot]

try https://github.com/RfidResearchGroup/proxmark3/commit/8d0b41a911ca308eac990cc6bdb21d3fd073ef1c and see if this works better.

iceman1001 avatar Jan 14 '24 13:01 iceman1001