diff --git a/README.md b/README.md index f561153..39c437b 100644 --- a/README.md +++ b/README.md @@ -642,6 +642,7 @@ See also [awesome-reversing](https://github.com/tylerha97/awesome-reversing), [* ### Reverse Engineering Tools +* [angr](https://angr.io/) - Platform-agnostic binary analysis framework. * [Capstone](http://www.capstone-engine.org/) - Lightweight multi-platform, multi-architecture disassembly framework. * [Evan's Debugger](http://www.codef00.com/projects#debugger) - OllyDbg-like debugger for GNU/Linux. * [Frida](https://www.frida.re/) - Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.