Skip to content

Library for loading dll module bypassing windows PE loader from memory (x86/x64)

License

Notifications You must be signed in to change notification settings

AppleSky6/mmLoader

 
 

Repository files navigation

Load dll modules from memory directly bypassing Window PE loader

Last build status:

Build status

Nuget native package:

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.

  1. Use mmLoader source code:

    • Just include the source files into your projects.
  2. Use mmLoader static library

    • Build the projects and collect the static library file, then add reference to it in your projects.
  3. Use mmLoader shell code

    • Build project mmLoader-shellcode-generator then run it, collect the generated header file.
    • Include the header file in your project

About

Library for loading dll module bypassing windows PE loader from memory (x86/x64)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.3%
  • C 44.6%
  • Batchfile 1.1%