summaryrefslogtreecommitdiff
path: root/python/examples/kaitai/__main__.py
AgeCommit message (Collapse)Author
2021-07-05Remove snippet and kaitai plugin. Note their individual links.Xusheng
2019-05-11kaitai: fix fields with values 0 being hiddenAndrew Lamoureux
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-20kaitai: isolate the __main__ tests from binaryninjaAndrew Lamoureux
(so you don't require binaryninja to tests just the compiled kaitai formats)
2019-03-20kaitai: more format compatibility, testingAndrew Lamoureux
2019-03-20kaitai: adjustments and rearrangements for python2/3 compatAndrew Lamoureux