Got a DLL proxy working for the first time. The idea: you replace a DLL that the target application loads with your own version. Your proxy DLL forwards all the original function calls to the real DLL while also running your custom code. A clean way to hook into a process without modifying the executable itself.

28.09.2018
updated 27.06.2026