mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
improve hf 14a info
(#457)
* added validate_prng_nonce from iceman1001 fork * added DetectClassicPrng from iceman1001 fork
This commit is contained in:
parent
83df98d691
commit
fe6bf3c58c
4 changed files with 85 additions and 1 deletions
|
@ -60,5 +60,6 @@ extern int saveTraceCard(void);
|
|||
extern int tryDecryptWord(uint32_t nt, uint32_t ar_enc, uint32_t at_enc, uint8_t *data, int len);
|
||||
|
||||
extern int mfCIdentify();
|
||||
extern int DetectClassicPrng(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue