FunctionPatcherModule/source
2023-01-02 15:01:27 +01:00
..
utils 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:01:27 +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 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:01:27 +01:00
function_patcher.h Rewrite of Function Patcher to match libfunctionpatcher 2022-05-08 19:26:06 +02:00
FunctionAddressProvider.cpp Use std::list instead of array 2023-01-02 15:01:27 +01:00
FunctionAddressProvider.h Use std::list instead of array 2023-01-02 15:01:27 +01:00
main.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:01:27 +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:01: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:01:27 +01:00