mmLoader http://tishion.github.io/mmLoader/
Load dll modules from memory directly bypassing Window PE loader
Last build status:
Nuget native package:
- https://www.nuget.org/packages/mmLoader.static.v141_xp
- https://www.nuget.org/packages/mmLoader.static.mt.v141_xp
mmLoader is used for loaing dll module from memory directly. It can bypass the windows system PE loader and load module into process address sapce. Also it will process all the import tables and reloaction table.
-
Use mmLoader source code:
- Just include the source files into your projects.
-
Use mmLoader static library
- Build the projects and collect the static library file, then add reference to it in your projects.
-
Use mmLoader shell code
- Build project mmLoader-shellcode-generator then run it, collect the generated header file.
- Include the header file in your project