hf 15 sim, reverse uid and a shorter read from emul to get uid if none is user given

This commit is contained in:
iceman1001 2024-01-25 00:34:05 +01:00
commit ba578ee139
5 changed files with 55 additions and 20 deletions

View file

@ -75,7 +75,8 @@ void RunMod(void) {
} else if (state == STATE_EMUL) {
Iso15693InitTag();
Dbprintf("Starting simulation, press " _GREEN_("pm3 button") " to stop and go back to search state.");
// default block size is 4
// default block size is 4..
// iceman: which can be 4,8 all the way to 32
SimTagIso15693(card.uid, 4);
state = STATE_READ;