mirror of
https://github.com/rshipp/awesome-malware-analysis.git
synced 2024-12-18 10:26:07 +00:00
Add more disassemblers, debuggers, etc
This commit is contained in:
parent
37daeea962
commit
50a08961fb
10
README.md
10
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user