add binary ninja

This commit is contained in:
Robin Karlsson 2016-09-30 15:48:47 +02:00
parent 6d22771592
commit d50f58c9ec

View File

@ -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