Add misc section of tools

This commit is contained in:
Kasper Luckow 2017-07-23 15:56:31 -07:00
parent 5088e5003d
commit 78d8e8e7cb

View file

@ -102,3 +102,8 @@
* [BAP](https://github.com/BinaryAnalysisPlatform/bap) - Binary Analysis Platform provides a framework for writing program analysis tools.
* [angr](http://angr.io/) - Python framework for analyzing binaries. Includes a symbolic execution tool.
* [Triton](https://triton.quarkslab.com/) - Dynamic binary analysis platform that includes a dynamic symbolic execution tool.
### Misc
* [Symbooglix](https://github.com/symbooglix/symbooglix) - Symbolic execution tool for Boogie programs.