mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
Fixes 2 bugs in mifare simulate (#380)
- Check button press when there is NOFIELD, so we can exit also without FIELD - struct nonces_t is moved to include/mifare.h so client and arm has the same definition
This commit is contained in:
parent
6b758d652d
commit
4efdfbe638
4 changed files with 18 additions and 26 deletions
|
@ -10,6 +10,7 @@
|
|||
// MIFARE Darkside hack
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "mifare.h"
|
||||
#include "mfkey.h"
|
||||
|
||||
#include "crapto1/crapto1.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue