From 16868ed184ae4ba0f6e035769d52d3982851d7aa Mon Sep 17 00:00:00 2001 From: shion Date: Mon, 22 Feb 2016 12:07:15 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 60644c8..ab1ba31 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # mmLoader Load memory module. + +mmLoader is used for loaing dll module from memory directly. It can bypass the windows system PE loader load and load module into process address sapce. Also it will process all the import tables and reloaction table. + +You can just include the mmLoader\mmLoader folder as source file in your projects, or just copy files in that folder to your projects. + +Threre are two way to use it. + +1. Use the source code: + See also LoaderDemoExe\LoaderDemoExe.cpp + +2. Use the shell code: + See also mmLoaderShellCodeDemo\mmLoaderShellCodeDemo.cpp