| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-14 | kaitai: remove type hint for python2 compatibility | Andrew Lamoureux | |
| 2019-05-11 | kaitai: fix fields with values 0 being hidden | Andrew Lamoureux | |
| 2019-04-06 | kaitai: tree, hex realestate adjustable (QSplitter) | Andrew Lamoureux | |
| 2019-03-26 | Add BinaryDataNavigable API to View which enables FeatureMap/UI Plugin ↵ | Brian Potchik | |
| navigation. | |||
| 2019-03-23 | kaitai: two-pass on struct fields to entice out "_m_XXX" fields | Andrew 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-23 | kaitai: python3-compatible forgiveness for struct properties | Andrew 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-23 | kaitai: omit '_m_' prefix for fields in struct path | Andrew Lamoureux | |
| 2019-03-22 | kaitai: allow selection of structPath text | Andrew Lamoureux | |
| (field was disabled, now it's just read-only) | |||
| 2019-03-22 | kaitai: select first row, re-scroll after treewidget resize | Andrew Lamoureux | |
| 2019-03-22 | kaitai: don't store file contents in tree!! clamp at 8 | Andrew Lamoureux | |
| 2019-03-22 | kaitai: initial minimal tree expansion until rows filled | Andrew Lamoureux | |
| 2019-03-22 | kaitai: disclude circular formats on py2, more error reporting | Andrew Lamoureux | |
| 2019-03-21 | kaitai: better error reporting when parser fails | Andrew Lamoureux | |
| 2019-03-21 | kaitai: recognize zip, rar, gzip | Andrew Lamoureux | |
| 2019-03-21 | kaitai: statusbar widget menu to select any format | Andrew Lamoureux | |
| also: stop assuming file size on startup, return priority 1 (not 0) | |||
| 2019-03-20 | kaitai: isolate the __main__ tests from binaryninja | Andrew Lamoureux | |
| (so you don't require binaryninja to tests just the compiled kaitai formats) | |||
| 2019-03-20 | kaitai: priority again, and dump the QGroupBoxes (take#2) | Andrew Lamoureux | |
| this with missed in the ui_plugins_shared -> dev merge | |||
| 2019-03-20 | kaitai: more format compatibility, testing | Andrew Lamoureux | |
| 2019-03-20 | kaitai: adjustments and rearrangements for python2/3 compat | Andrew Lamoureux | |
| 2019-03-20 | kaitai: all formats compiled and included | Andrew Lamoureux | |
| 2019-03-20 | kaitai: gif, jpg, png support and return proper priority | Andrew Lamoureux | |
| 2019-03-20 | kaitai UI plugin + elf,macho,pe | Andrew Lamoureux | |
