Releases: GrammaTech/gtirb
Releases · GrammaTech/gtirb
2.0.0
Changelog
- The Java API has been substantially reworked. Including:
- Most of the core API classes now have a more polished interface.
- The API for handling AuxData has been completely redesigned.
- New testing infrastructure based on JUnit5 has been added.
- More extensive test cases have been added.
- Add elfStackExec and elfStackSize AuxData definitions
- Add
IR.modules_named
helper method to Python API. - Add
IR.findModules(String name)
helper method to Java API.
1.12.0
Changelog
- Add elfDynamicInit and elfDynamicFini AuxData definitions
Full Changelog: v1.11.1...v1.12.0
v.1.11.0
Initial GTIRB Release
This is the first public release of GrammaTech's Intermediate Representation for Binaries (GTIRB).
This release introduces the core public API of the GTIRB C++ library (see the API) which should be stable. This release also defines the GTIRB serialization via Google's protocol buffers (see gtirb/src/proto/IR.proto).