From f9508454dde4d4b90922e3792de5243eb80b27b4 Mon Sep 17 00:00:00 2001 From: Mike Worth Date: Sun, 15 Jan 2017 23:17:31 -0500 Subject: [PATCH] Add binary-ninja Adding binary ninja, a cheaper alternative to IDA-PRO --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e59c32..baf1c1e 100644 --- a/README.md +++ b/README.md @@ -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))