Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.12 KB

gtirb-rs

A Rust API for Intermediate Representation for Binary analysis and transformation (GTIRB).

Coverage Status

📦 Features

To-do

🧩 Usage

To-do

📚 Documentation

See rustdoc with :

cargo doc --open

🔗 Credits

This project is heavily based on GrammaTech GTIRB project.

Note

Original GTIRB project has multiple APIs in different languages, including C++, Python, Java and Common Lisp that are based on the protobuf schemas. As generated Rust code from protobuf is not optimal, this project aims to provide a more idiomatic Rust API for GTIRB by implemeting data structures from scratch.