monster merge...
all those changes marshmellow did.. and more...
This commit is contained in:
@@ -58,9 +58,17 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
uint64_t Key[2];
|
||||
int foundKey[2];
|
||||
uint8_t foundKey[2];
|
||||
} sector_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t keyA[6];
|
||||
uint8_t keyB[6];
|
||||
//uint8_t foundKey[2];
|
||||
} icesector_t;
|
||||
|
||||
|
||||
|
||||
extern char logHexFileName[FILE_PATH_SIZE];
|
||||
|
||||
extern int mfDarkside(uint8_t blockno, uint8_t key_type, uint64_t *key);
|
||||
|
||||
Reference in New Issue
Block a user