proxmark3
proxmark3 copied to clipboard
Re-enabled the -k option in hf 15 raw
(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()
You are welcome to add an entry to the CHANGELOG.md as well
try https://github.com/RfidResearchGroup/proxmark3/commit/8d0b41a911ca308eac990cc6bdb21d3fd073ef1c and see if this works better.