Skip to content

A basic example of how to communicate via dll and exe.

License

Notifications You must be signed in to change notification settings

SmugNugg/dll_exe_usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explaining

This is a very basic example of using functions from a dll.

Could be used for multiple purposes such as protection dll or just this.

Reasoning

There is no need for DLLMAIN, UNLESS you wan't to initialize/load some stuff when loading the dll.

use vmprotect's file system to load it in the exe. If you dont want to have the dll in the same folder. ( cannot get tampered ) For protection

pack the dll for better security if you are going for protection.

About

A basic example of how to communicate via dll and exe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages