Skip to content

cvlabsio/DynamicDllLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamicDllLoader : Run your Dll's Entry Point From Memory Based On mmLoader Library.


USAGE:

- Basically, there is nothing more to do but passing your dll name as argument to DllDynamicLoader.exe, and u are good to go.

- I added a small testdll porject to test it ;)


DEMO:

image

IDEAS:

  • it may sound like loading it from the disk, but we are not, we are reading our dll's bytes and running it, for the sake of simplicity, i just did it that way, in case u wanna play a little, u can host your dll in a website like gitlab / github ... and copy raw path to your dll, with some little experience u can read the dll and run it .
  • another good example is to encrypt your dll, and place the decrypter functionality in our project, so that after reading, it will decrypt and run, or just combine these 2 ideas for extra fun ( or ill do it later :| ).

THANKS FOR: @tishion for mmLoader

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published