parsing restore file
#3
(04-15-2014, 06:13 PM)atom Wrote: note that the restore structure changes massively with v1.20.

also see this:

https://hashcat.net/forum/thread-3047.html

Understood. I can adjust accordingly when the next version is released. However, the confusion for me remains. Even in the next version the wiki indicates that the restore file format will store argv values as a **argv type. This is confusing for a restore "file" since pointers don't really make sense in a file. In the code I posted previously the only way I could figure to read the argv values is to read the text after the initial structures 328 bytes. I'm not critiquing; this is more my problem than the implementation. I'm just trying to understand the best way to parse the restore file values so I can integrate oclHashcat with the system I'm building.


Messages In This Thread
parsing restore file - by richk - 04-14-2014, 07:49 PM
RE: parsing restore file - by atom - 04-15-2014, 06:13 PM
RE: parsing restore file - by richk - 04-15-2014, 06:47 PM
RE: parsing restore file - by richk - 04-15-2014, 11:09 PM
RE: parsing restore file - by atom - 04-16-2014, 08:25 AM
RE: parsing restore file - by richk - 04-16-2014, 03:12 PM
RE: parsing restore file - by richk - 04-16-2014, 04:13 PM