FunctionPatcherModule/source
2023-01-04 22:52:29 +01:00
..
utils Log the module version on each application start 2023-01-04 22:40:13 +01:00
export.cpp Rewrite of Function Patcher to match libfunctionpatcher 2022-05-08 19:26:06 +02:00
export.h Rewrite of Function Patcher to match libfunctionpatcher 2022-05-08 19:26:06 +02:00
function_patcher.cpp Simplify reading the existing instruction when patching a function 2023-01-04 22:52:29 +01:00
function_patcher.h Rewrite of Function Patcher to match libfunctionpatcher 2022-05-08 19:26:06 +02:00
FunctionAddressProvider.cpp Reset the cached function handle if RPL has been unloaded 2023-01-02 17:06:07 +01:00
FunctionAddressProvider.h Reset the cached function handle if RPL has been unloaded 2023-01-02 17:06:07 +01:00
main.cpp Log the module version on each application start 2023-01-04 22:40:13 +01:00
PatchedFunctionData.cpp Fix restoring "dynamic" functions. Instead of predicting an unload of a RPL we now check if the replaced instruction has been changed. 2023-01-02 15:44:27 +01:00
PatchedFunctionData.h Fix restoring "dynamic" functions. Instead of predicting an unload of a RPL we now check if the replaced instruction has been changed. 2023-01-02 15:44:27 +01:00
version.h Log the module version on each application start 2023-01-04 22:40:13 +01:00