Add code to read LZMA compressed hashcat.hcstat2

This commit is contained in:
jsteube
2017-06-23 14:43:43 +02:00
parent d1f57fd3f7
commit a993395f28
2 changed files with 60 additions and 30 deletions

View File

@@ -18,6 +18,7 @@
#define SP_PW_MAX 256
#define SP_ROOT_CNT (SP_PW_MAX * CHARSIZ)
#define SP_MARKOV_CNT (SP_PW_MAX * CHARSIZ * CHARSIZ)
#define SP_FILESZ (sizeof (u64) + sizeof (u64) + (sizeof (u64) * SP_ROOT_CNT) + (sizeof (u64) * SP_MARKOV_CNT))
#define INCR_MASKS 1000