restore file format in 1.36
#3
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)


Messages In This Thread
restore file format in 1.36 - by Aleksey - 06-09-2015, 08:15 PM
RE: restore file format in 1.36 - by atom - 06-10-2015, 01:53 PM
RE: restore file format in 1.36 - by Aleksey - 06-10-2015, 05:47 PM
RE: restore file format in 1.36 - by atom - 06-12-2015, 10:52 AM
RE: restore file format in 1.36 - by Aleksey - 06-12-2015, 04:57 PM