From 428dfe2f5f2c93aa210d2955cba5533003b01d79 Mon Sep 17 00:00:00 2001 From: Michael Rodler Date: Wed, 8 Aug 2018 09:40:30 +0200 Subject: [PATCH] Add manticore symbolic execution tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 433d52c..287f6f2 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ * [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. +* [manticore](https://github.com/trailofbits/manticore) - symbolic execution tool for binaries (x86, x86_64 and ARMV7) and Ethereum smart contract bytecode ### Misc