06-30-2020, 05:27 PM
I am having trouble hot patching DLLs loaded via the Windows API.
The project consists of several DLLs and an executable. SomeĀ are lazyly loaded via the Windows API, e.g. LoadLibraryA("project.dll").
Live++ works well for the directly linked DLLs but will not detect code changes to the run-time loaded DLLs. Can Live++ handle this? What is needed to make this work?
The project consists of several DLLs and an executable. SomeĀ are lazyly loaded via the Windows API, e.g. LoadLibraryA("project.dll").
Live++ works well for the directly linked DLLs but will not detect code changes to the run-time loaded DLLs. Can Live++ handle this? What is needed to make this work?