Add binary-ninja

Adding binary ninja, a cheaper alternative to IDA-PRO
This commit is contained in:
Mike Worth 2017-01-15 23:17:31 -05:00 committed by GitHub
parent 4ca11d07ba
commit f9508454dd

View File

@ -449,6 +449,7 @@ the [browser malware](#browser-malware) section.*
source Binary Analysis and Reverse engineering Framework.
* [binnavi](https://github.com/google/binnavi) - Binary analysis IDE for
reverse engineering based on graph visualization.
* [Binary ninja](https://binary.ninja/) - A reversing engineering platform that is an alternative to IDA.
* [Binwalk](http://binwalk.org/) - Firmware analysis tool.
* [Bokken](http://www.bokken.re/) - GUI for Pyew and Radare.
([mirror](https://github.com/inguma/bokken))