rikineko
Newbie
- Jan 9, 2019
- 15
- 10
- 13
You must be registered to see the links
just found this on github, the idea is similar to
You must be registered to see the links
components
winloader.c, win loader for loading dll into exe
winversion.h, single header file for windows version.dll proxy to patch.dll
winoverride.h, single header file for redircting files to "override" folder
usage
winloader
rename winloader32.exe or winloader64.exe to xxx_yyy.exe, and it will automaticly load xxx.dll
winversion
rename libwinversion32.dll or libwinversion64.dll to version.dll, and it will automaticly load patch.dll.
winoverride
load libwinoverride32.dll or libwinoverride64.dll into target exe either by winloader or winoverride, and it will automaticly redirect ${pwd}/xxx/yyy to ${pwd}/override/xxx/yyy if it exists.
Release is at github page. Hope this would help on case where keeping original file is needed.