From 406163480f2a83593e25d3c222ee560052e80738 Mon Sep 17 00:00:00 2001 From: rshipp Date: Sat, 9 May 2015 13:48:03 -0600 Subject: [PATCH] Add Immunity Debugger --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d3734b..74cf1d6 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,8 @@ the [browser malware](#browser-malware) section.* * [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. +* [Immunity Debugger](http://debugger.immunityinc.com/) - Debugger for + malware analysis and more, with a Python API. * [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.