From f8efa2ca3bb921682853c17c61e2545ab17466ed Mon Sep 17 00:00:00 2001 From: rshipp Date: Sat, 9 May 2015 10:48:55 -0600 Subject: [PATCH] Add @joeankoret pyew, ida, and bokken --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4651f2a..4caa7d7 100644 --- a/README.md +++ b/README.md @@ -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.