Add function to brute force partial key

This commit is contained in:
Adrian Teuscher 2023-01-27 19:37:40 +01:00
commit 71389e0b17
7 changed files with 211 additions and 6 deletions

View file

@ -42,6 +42,9 @@ typedef struct {
// Used to write new key
uint8_t crypt_key[12];
// used for bruteforce the partial key
uint16_t start_key;
} em4x70_data_t;
#endif /* EM4X70_H__ */