implemented aes (sort of), might reintroduce libusb?

This commit is contained in:
2019-11-08 18:43:23 -05:00
parent e86b2999c9
commit a65945db09
7 changed files with 93 additions and 6 deletions

View File

@@ -3,4 +3,12 @@
int exploit_device();
#define AES_ENCRYPT 16
#define AES_DECRYPT 17
#define AES_GID_KEY 0x2000200
#define AES_UID_KEY 0x2000201
int aes(unsigned char *source, unsigned char *target, int encrypt, int key);
#endif //IPWNDFU_REWRITE_C_CHECKM8_H