Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 980 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 980 Bytes

Python Library for the Mimid Grammar Extraction Algorithm

This is an implementation of the Mimid algorithm. It has been modified by Trail of Bits to be a standalone Python library rather than a set of scripts. The original, upstream version is hosted in this Github repository.

The mimid branch of this repository tracks upstream changes to allow for easier merging to and from upstream. All modifications that are intended to be pushed upstream should be implemented on a fork of the mimid branch, not master!

The intent of this library is to be used in conjunction with PolyTracker for automated program instrumentation.

License

The content and the source code of this project are licensed under The Fuzzing Book License.