proxmark3 icon indicating copy to clipboard operation
proxmark3 copied to clipboard

hf 15 redesign

Open doegox opened this issue 6 years ago • 4 comments
trafficstars

doegox avatar Apr 19 '19 12:04 doegox

all HF 15 commands needs a redesign. They are not structured like the rest.

iceman1001 avatar Apr 22 '19 13:04 iceman1001

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);
}

doegox avatar May 09 '19 11:05 doegox

yeah, but mark it as // HACK..

iceman1001 avatar May 12 '19 09:05 iceman1001

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.

iceman1001 avatar Jul 13 '20 23:07 iceman1001

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

iceman1001 avatar Jan 14 '24 13:01 iceman1001