Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion authored Nov 7, 2016
1 parent a35788d commit 8980bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# mmLoader

Load memory module.
**Reformed! Provide static libray build and easy way to use shell code.***

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.
Threre are three ways to use it.

1. Use the source code:
Just copy the source file inyo your projects.
Expand Down

0 comments on commit 8980bc5

Please sign in to comment.