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.
The content and the source code of this project are licensed under The Fuzzing Book License.