Skip to content

JBTitan/exe_to_dll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXE_to_DLL

Build status GitHub release Github All Releases

Converts an EXE, so that it can be loaded like a DLL.
Supports both 32 and 64 bit DLLs

Inspired by the idea of @guywhataguy. Read more here.

Download:

Stable builds are available in releases.

Test builds can be downloaded from the build server (click on the build and choose the "Artifacts" tab)

Clone:

Use recursive clone to get the repo together with all the submodules:

git clone --recursive https://github.com/hasherezade/exe_to_dll.git

About

Converts a EXE into DLL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 63.4%
  • CMake 36.6%