Add @joeankoret pyew, ida, and bokken

This commit is contained in:
rshipp 2015-05-09 10:48:55 -06:00
parent 982696f07e
commit f8efa2ca3b

View File

@ -142,6 +142,13 @@ A curated list of awesome malware analysis tools and resources. Inspired by
## Debugging and Reverse Engineering
*Disassemblers, debuggers, and other static and dynamic analysis tools.*
* [Bokken](https://inguma.eu/projects/bokken) - GUI for Pyew and Radare.
* [IDA Pro](https://www.hex-rays.com/products/ida/index.shtml) - Windows
disassembler and debugger, with a free evaluation version.
* [Pyew](https://github.com/joxeankoret/pyew) - Python tool for malware
analysis.
* [Radare2](http://www.radare.org/r/) - Reverse engineering framework, with
debugger support.