FunctionPatcherModule/source
2023-01-06 14:31:14 +01:00
..
utils Log the module version on each application start 2023-01-04 22:40:13 +01:00
export.cpp Rename toRemoved to toBeRemoved 2023-01-06 14:31:14 +01:00
export.h Rewrite of Function Patcher to match libfunctionpatcher 2022-05-08 19:26:06 +02:00
function_patcher.cpp Implement v2 of the FunctionPatcherModule API 2023-01-06 14:31:14 +01:00
function_patcher.h Rewrite of Function Patcher to match libfunctionpatcher 2022-05-08 19:26:06 +02:00
FunctionAddressProvider.cpp Improve logging 2023-01-06 14:31:14 +01:00
FunctionAddressProvider.h Reset the cached function handle if RPL has been unloaded 2023-01-02 17:06:07 +01:00
main.cpp Improve logging 2023-01-06 14:31:14 +01:00
PatchedFunctionData.cpp PatchedFunctionData. Actually return on error instead of allocating even more memory 2023-01-06 14:31:14 +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