Skip to content

Small utility DLL that loads and reloads a given DLL when it's updated on disk.

License

Notifications You must be signed in to change notification settings

ergrelet/dll-hot-reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dll-hot-reload

Small utility DLL that loads and reloads a given DLL when it's updated on disk. This can be useful when developing and debugging DLLs which are meant to be injected (e.g., game mods, in-process debugging tools).

Features

  • Configuration via INI file
  • Can use manual mapping (with Blackbone)

How to Build

$ cmake -B build
$ cmake --build build --config Release -- -maxcpucount

How to Use

Create a dll_loader.ini file in the working directory of the host application the DLL will be loaded into.
An example INI file can be found in the examples subfolder.

About

Small utility DLL that loads and reloads a given DLL when it's updated on disk.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published