parsing restore file
#1
Has anyone parsed the restore file into python ctypes? I'm having problems doing so.

Since I thought it was a an issue with my knowledge of ctypes I posted the issue on StackOverflow here (code included): http://stackoverflow.com/questions/23021...ugh-python

but didn't have any luck with getting a solution worked out. My code will parse the restore file, but my problem is with items like argv. Any idea how to parse that properly in Python?


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