Added long passwords support for 7-Zip

This commit is contained in:
jsteube
2017-07-07 16:48:18 +02:00
parent 27a57383f0
commit d3e6ae42f0
5 changed files with 323 additions and 729 deletions

View File

@@ -814,12 +814,14 @@ typedef struct oraclet_tmp
typedef struct seven_zip_tmp
{
u32 block[16];
u32 h[8];
u32 dgst[8];
u32 w0[4];
u32 w1[4];
u32 w2[4];
u32 w3[4];
u32 block_len;
u32 final_len;
int len;
} seven_zip_tmp_t;