From 1ce7f02103b7e8adbc7323a13b4420739707ff21 Mon Sep 17 00:00:00 2001 From: knowmalware Date: Sat, 15 Aug 2020 02:48:27 +0000 Subject: [PATCH] add OllyDumpEx --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bcb5c17..8a15501 100644 --- a/README.md +++ b/README.md @@ -592,6 +592,9 @@ the [browser malware](#browser-malware) section.* for static analysis of Linux binaries. * [OllyDbg](http://www.ollydbg.de/) - An assembly-level debugger for Windows executables. +* [OllyDumpEx](https://low-priority.appspot.com/ollydumpex/) - Dump memory + from (unpacked) malware Windows process and store raw or rebuild PE file. + This is a plugin for OllyDbg, Immunity Debugger, IDA Pro, WinDbg, and x64dbg. * [PANDA](https://github.com/moyix/panda) - Platform for Architecture-Neutral Dynamic Analysis. * [PEDA](https://github.com/longld/peda) - Python Exploit Development