mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
FIX: 'hf 14a reader' - detection of magic refactored, all test now assumes turn on/off readerfield.
This commit is contained in:
parent
59fbf1e354
commit
fdf1566c23
3 changed files with 29 additions and 32 deletions
|
@ -94,5 +94,7 @@ extern int loadTraceCard(uint8_t *tuid, uint8_t uidlen);
|
|||
extern int saveTraceCard(void);
|
||||
extern int tryDecryptWord(uint32_t nt, uint32_t ar_enc, uint32_t at_enc, uint8_t *data, int len);
|
||||
|
||||
extern bool detect_classic_prng();
|
||||
extern bool detect_classic_prng(void);
|
||||
extern bool detect_classic_nackbug(void);
|
||||
extern void detect_classic_magic(void);
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue