add: 'hf list mf' - old 'hf mf sniff' decoding of data has now been incorporated annotations instead. (@merlokk)

---most likely broke something.. :)  needs proper testing.
This commit is contained in:
iceman1001 2018-02-14 23:03:39 +01:00
commit ad99b4f394
9 changed files with 1035 additions and 589 deletions

View file

@ -101,4 +101,5 @@ extern int tryDecryptWord(uint32_t nt, uint32_t ar_enc, uint32_t at_enc, uint8_t
extern bool detect_classic_prng(void);
extern int detect_classic_nackbug(bool verbose);
extern void detect_classic_magic(void);
extern void mf_crypto1_decrypt(struct Crypto1State *pcs, uint8_t *data, int len, bool isEncrypted);
#endif