mmLoader is a library used for loading DLL modules from memory directly. Also, it will bypass the Windows PE loader with processing the import/export table correctly.
The CI & CD system has been moved to Azure DevOps and mmLoader will not publish more nugget packages.
-
Use mmLoader source code:
- Just include the source files in 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
Q: Why no dynamic version?
A: Compiling mmLoader as separated dynamic module is not recommended for some obvious reasons.