mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
hf 15 sim, reverse uid and a shorter read from emul to get uid if none is user given
This commit is contained in:
parent
6c1ebc3398
commit
ba578ee139
5 changed files with 55 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue