Prepare for on-the-fly keyboard layout substituations required to crack booting TrueCrypt/VeraCrypt volumes

This commit is contained in:
Jens Steube
2018-11-15 14:35:51 +01:00
parent 9afed4b88d
commit 5d5ac1c935
13 changed files with 663 additions and 332 deletions
+1
View File
@@ -322,6 +322,7 @@ typedef struct tc
u32 salt_buf[32];
u32 data_buf[112];
u32 keyfile_buf[16];
u32 keyboard_layout[256];
u32 signature;
} tc_t;