Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 383 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 383 Bytes

1.0.3 (Unreleased)

1.0.2

  • Added big endian decoding
  • Added support for GTIRB DecodeMode enum
  • Added ARM thumb mode decoding

1.0.1

  • Switched to GrammaTech's Python capstone package (capstone-gt)

  • Added utilities for converting Capstone operands to assembly syntax (x86)

  • Added a utility to get the symbolic expression for an operand (x86)

1.0.0

  • Initial version