summaryrefslogtreecommitdiff
path: root/python/examples/kaitai/kaitaistruct.py
AgeCommit message (Collapse)Author
2021-07-05Remove snippet and kaitai plugin. Note their individual links.Xusheng
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 UI plugin + elf,macho,peAndrew Lamoureux