From 50a08961fbf86b99c24f02fa7571f0b490ff8518 Mon Sep 17 00:00:00 2001 From: rshipp Date: Sat, 9 May 2015 10:57:48 -0600 Subject: [PATCH] Add more disassemblers, debuggers, etc --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dea882b..15ad916 100644 --- a/README.md +++ b/README.md @@ -145,16 +145,26 @@ A curated list of awesome malware analysis tools and resources. Inspired by *Disassemblers, debuggers, and other static and dynamic analysis tools.* * [Bokken](https://inguma.eu/projects/bokken) - GUI for Pyew and Radare. +* [Evan's Debugger (EDB)](http://codef00.com/projects#debugger) - A + modular debugger with a Qt GUI. +* [GDB](http://www.sourceware.org/gdb/) - The GNU debugger. * [IDA Pro](https://www.hex-rays.com/products/ida/index.shtml) - Windows disassembler and debugger, with a free evaluation version. +* [ltrace](http://ltrace.org/) - Dynamic analysis for Linux executables. * [objdump](https://en.wikipedia.org/wiki/Objdump) - Part of GNU binutils, for static analysis of Linux binaries. +* [OllyDbg](http://www.ollydbg.de/) - An assembly-level debugger for Windows + executables. * [Pyew](https://github.com/joxeankoret/pyew) - Python tool for malware analysis. +* [strace](https://sourceforge.net/projects/strace/) - Dynamic analysis for + Linux executables. * [Radare2](http://www.radare.org/r/) - Reverse engineering framework, with debugger support. * [Udis86](https://github.com/vmt/udis86) - Disassembler library and tool for x86 and x86_64. +* [Vivisect](http://visi.kenshoto.com/viki/Vivisect) - Python tool for + malware analysis. ## Memory Forensics