FunctionPatcherModule/source
2023-01-02 15:44:27 +01:00
..
utils Update the malloc/free pointers used for threads to fix apps which use a custom heap 2022-07-28 02:44:13 -07: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 Check if the function is already patched before updating the addresses 2023-01-02 15:44: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:44:27 +01:00
FunctionAddressProvider.h Use std::list instead of array 2023-01-02 15:44:27 +01:00
main.cpp Fix patching dynamic function in WUMS_INITIALIZE hooks 2022-08-21 22:47:37 +02:00
PatchedFunctionData.cpp Fix function patching for functions with an effective address between 0x20000000 - 0x3FFFFFFC 2022-08-06 22:44:59 +02:00
PatchedFunctionData.h Rewrite of Function Patcher to match libfunctionpatcher 2022-05-08 19:26:06 +02:00