Add @aquynh Capstone

This commit is contained in:
rshipp 2015-11-04 09:50:31 +01:00
parent 6da29eafed
commit ed08d2e83f

View File

@ -365,6 +365,9 @@ the [browser malware](#browser-malware) section.*
* [binnavi](https://github.com/google/binnavi) - Binary analysis IDE for
reverse engineering based on graph visualization.
* [Bokken](https://inguma.eu/projects/bokken) - GUI for Pyew and Radare.
* [Capstone](https://github.com/aquynh/capstone) - Disassembly framework for
binary analysis and reversing, with support for many architectures and
bindings in several languages.
* [codebro](https://github.com/hugsy/codebro) - Web based code browser using
clang to provide basic code analysis.
* [dnSpy](https://github.com/0xd4d/dnSpy) - .NET assembly editor, decompiler