Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed Feb 22, 2016
1 parent cec76ad commit 16868ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 16868ed

Please sign in to comment.