summaryrefslogtreecommitdiff
path: root/python/examples/kaitai/kshelpers.py
AgeCommit message (Collapse)Author
2021-07-05Remove snippet and kaitai plugin. Note their individual links.Xusheng
2019-05-14kaitai: remove type hint for python2 compatibilityAndrew Lamoureux
2019-05-11kaitai: fix fields with values 0 being hiddenAndrew Lamoureux
2019-03-23kaitai: two-pass on struct fields to entice out "_m_XXX" fieldsAndrew Lamoureux
this should fix issues where program_headers[X] and section_headers[X] was not getting their start/end range populated correctly in elf files
2019-03-23kaitai: python3-compatible forgiveness for struct propertiesAndrew Lamoureux
hasattr() on python2 has built in exception handler that would return False when computation of a property screwed up - that doesnt exist in python3
2019-03-22kaitai: don't store file contents in tree!! clamp at 8Andrew Lamoureux
2019-03-22kaitai: disclude circular formats on py2, more error reportingAndrew Lamoureux
2019-03-21kaitai: better error reporting when parser failsAndrew Lamoureux
2019-03-21kaitai: recognize zip, rar, gzipAndrew Lamoureux
2019-03-21kaitai: statusbar widget menu to select any formatAndrew Lamoureux
also: stop assuming file size on startup, return priority 1 (not 0)
2019-03-20kaitai: adjustments and rearrangements for python2/3 compatAndrew Lamoureux
2019-03-20kaitai: gif, jpg, png support and return proper priorityAndrew Lamoureux
2019-03-20kaitai UI plugin + elf,macho,peAndrew Lamoureux