Releases: Dvd848/pytai
Releases · Dvd848/pytai
pytai v0.1.1
Change Log:
- In some cases, Kaitai produces relative offsets for internal structures, while the tool requires absolute offsets in order to match an element to the HEX view. This release implements a W/A to calculate the absolute offsets from the relative ones, in order to correctly mark elements. Support for bit-field marking is still partial due to Kaitai limitations.
pytai v0.1.0
Supported Features:
- Loading a binary file and displaying its content as HEX
- Parsing the binary via Kaitai and displaying the structure tree
- Browsing the parsed file and highlighting members in the HEX view
- Jumping to a given offset in the HEX view
- Refreshing the view
- Highlighting the ASCII view based on the currently-marked HEX view