mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
integrated MIFARE ultralight features, contributed by 'midnitesnake'
This commit is contained in:
parent
05f23c593c
commit
981bd4292e
10 changed files with 690 additions and 89 deletions
|
@ -168,6 +168,7 @@ static void *main_loop(void *targ) {
|
|||
|
||||
if (cmd[0] != 0x00) {
|
||||
if (strncmp(cmd, "quit", 4) == 0) {
|
||||
exit(0);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue