06-10-2015, 05:47 PM
Whell may be...but you use structue with uint32 and uint64
typedef struct
{
uint32_t version_bin;
char cwd[256];
uint32_t pid;
uint32_t dictpos;
uint32_t maskpos;
uint64_t pw_cur;
uint32_t argc;
char **argv;
} restore_data_t;
i take it here - https://hashcat.net/wiki/doku.php?id=ocl...store-file
I dont know how to add my restore file...but i also try to use cudahashcat 1.33 on linux_x64... with the same result...
Its look like after argc in this struct presents 2 extra field
uint32_t ? - always zero for me
uint64_t ? - big number.... i dont know exactly (may be total keyspace? or number of password checked)
typedef struct
{
uint32_t version_bin;
char cwd[256];
uint32_t pid;
uint32_t dictpos;
uint32_t maskpos;
uint64_t pw_cur;
uint32_t argc;
char **argv;
} restore_data_t;
i take it here - https://hashcat.net/wiki/doku.php?id=ocl...store-file
I dont know how to add my restore file...but i also try to use cudahashcat 1.33 on linux_x64... with the same result...
Its look like after argc in this struct presents 2 extra field
uint32_t ? - always zero for me
uint64_t ? - big number.... i dont know exactly (may be total keyspace? or number of password checked)