proxmark3
proxmark3 copied to clipboard
hf 15 redesign
all HF 15 commands needs a redesign. They are not structured like the rest.
Quick hack could be as for Topaz, inject some
static void topaz_switch_off_field(void) {
SendCommandMIX(CMD_READER_ISO_14443a, 0, 0, 0, NULL, 0);
}
yeah, but mark it as // HACK..
Even if branch FPGA touches this problem, the main issue that 15 commands isn't designed as 14a,14b, etc on the proxmark. The solution is indeed to send some switch_off commands and map how the flow of each command is.
try https://github.com/RfidResearchGroup/proxmark3/commit/8d0b41a911ca308eac990cc6bdb21d3fd073ef1c and see if this works better.