summaryrefslogtreecommitdiff
path: root/convertFileDs.py
AgeCommit message (Collapse)AuthorFilesLines
2019-03-03Fix Hintergrund extractionHEADmasterLars-Dominik Braun1-2/+5
The script added a bogus/empty page at offset 0x600, since only three instead of four entries of the first page table were skipped. To make sure offsets are correct, add the first page (not stored on Hintergrund) to the output as well. FILE dataspace conversion can skip this page with `--skip 1`.
2017-07-09convertFileDs: Catch unresolved heap referencesLars-Dominik Braun1-2/+6
2016-09-17Add disk extraction toolsLars-Dominik Braun1-0/+167