Skip to content

Releases: Dvd848/pytai

pytai v0.1.1

24 Sep 10:43
Compare
Choose a tag to compare

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

12 Aug 11:19
Compare
Choose a tag to compare

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