From 248b4d2559a081079ca0e9d7f19dd644cdf66e24 Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Mon, 16 Feb 2015 23:50:46 +0100 Subject: [PATCH 1/5] Add Pyew malware analysis tool --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fcb4b54..7fd43ae 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,8 @@ A collection of awesome penetration testing resources, tools, books, confs, maga * [WDK/WinDbg](http://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx) - Windows Driver Kit and WinDbg * [OllyDbg](http://www.ollydbg.de/) - An x86 debugger that emphasizes binary code analysis * [Radare2](http://rada.re/r/index.html) - Opensource, crossplatform reverse engineering framework. -* [x64_gdb](http://x64dbg.com/) - An open-source x64/x32 debugger for windows +* [x64_gdb](http://x64dbg.com/) - An open-source x64/x32 debugger for windows. +* [Pyew](http://code.google.com/p/pyew/) - A Python tool for static malware analysis. ### Books From 66cc952b4cf2fccdaa8701a3890191d5d1fa5bee Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Mon, 16 Feb 2015 23:51:52 +0100 Subject: [PATCH 2/5] Add bokken --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7fd43ae..dbd8f5b 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ A collection of awesome penetration testing resources, tools, books, confs, maga * [Radare2](http://rada.re/r/index.html) - Opensource, crossplatform reverse engineering framework. * [x64_gdb](http://x64dbg.com/) - An open-source x64/x32 debugger for windows. * [Pyew](http://code.google.com/p/pyew/) - A Python tool for static malware analysis. +* [Bokken](https://inguma.eu/projects/bokken) - GUI for Pyew Radare2. ### Books From 030dce9424b3bda964f4b1b05356d4046f0ae238 Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Mon, 16 Feb 2015 23:55:57 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd8f5b..9318f17 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ A collection of awesome penetration testing resources, tools, books, confs, maga * [WDK/WinDbg](http://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx) - Windows Driver Kit and WinDbg * [OllyDbg](http://www.ollydbg.de/) - An x86 debugger that emphasizes binary code analysis * [Radare2](http://rada.re/r/index.html) - Opensource, crossplatform reverse engineering framework. -* [x64_gdb](http://x64dbg.com/) - An open-source x64/x32 debugger for windows. +* [x64_dbg](http://x64dbg.com/) - An open-source x64/x32 debugger for windows. * [Pyew](http://code.google.com/p/pyew/) - A Python tool for static malware analysis. * [Bokken](https://inguma.eu/projects/bokken) - GUI for Pyew Radare2. From 201c7e55125a682ee668dc1a6980d736c867bab2 Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Tue, 17 Feb 2015 00:51:02 +0100 Subject: [PATCH 4/5] Add Immunity Debugger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9318f17..33aa1a0 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ A collection of awesome penetration testing resources, tools, books, confs, maga * [x64_dbg](http://x64dbg.com/) - An open-source x64/x32 debugger for windows. * [Pyew](http://code.google.com/p/pyew/) - A Python tool for static malware analysis. * [Bokken](https://inguma.eu/projects/bokken) - GUI for Pyew Radare2. +* [Immunity Debugger](http://debugger.immunityinc.com/) - A powerful new way to write exploits, analyze malware, and reverse engineer binary files ### Books From 3d6e57c5f3f0fc532eac4c25603b5dd9cd7c0255 Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Tue, 17 Feb 2015 01:00:23 +0100 Subject: [PATCH 5/5] Add Evan's Debugger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33aa1a0..977d1e1 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ A collection of awesome penetration testing resources, tools, books, confs, maga * [Pyew](http://code.google.com/p/pyew/) - A Python tool for static malware analysis. * [Bokken](https://inguma.eu/projects/bokken) - GUI for Pyew Radare2. * [Immunity Debugger](http://debugger.immunityinc.com/) - A powerful new way to write exploits, analyze malware, and reverse engineer binary files +* [Evan's Debugger](http://www.codef00.com/projects#debugger) - OllyDbg-like debugger for Linux ### Books