summaryrefslogtreecommitdiff
path: root/extractHintergrund.py
AgeCommit message (Collapse)AuthorFilesLines
2019-03-03Fix Hintergrund extractionHEADmasterLars-Dominik Braun1-1/+6
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`.
2019-03-03extractHintergrund: Switch to argparse and loggingLars-Dominik Braun1-11/+25
2019-02-26Add initial version of extractHintergrund.pyLars-Dominik Braun1-0/+225
Extracting dataspaces seems to work, decoding PCB seems to be wrong.