From d50f58c9ec9830b878dad9f8327d494b1be11c1c Mon Sep 17 00:00:00 2001 From: Robin Karlsson Date: Fri, 30 Sep 2016 15:48:47 +0200 Subject: [PATCH] add binary ninja --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 284b621..6f121cf 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ A collection of awesome penetration testing resources * [Evan's Debugger](http://www.codef00.com/projects#debugger) - OllyDbg-like debugger for Linux * [Medusa disassembler](https://github.com/wisk/medusa) - An open source interactive disassembler * [plasma](https://github.com/joelpx/plasma) - Interactive disassembler for x86/ARM/MIPS. Generates indented pseudo-code with colored syntax code. +* [Binary Ninja](https://binary.ninja/) - A reverse engineering platform for Windows, Mac and Linux #### CTF Tools * [Pwntools](https://github.com/Gallopsled/pwntools) - CTF framework for use in CTFs