Add more disassemblers, debuggers, etc

This commit is contained in:
rshipp 2015-05-09 10:57:48 -06:00
parent 37daeea962
commit 50a08961fb

View File

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