Commit Graph

15 Commits

Author SHA1 Message Date
Daniel K. O. (dkosmari)
5173f8609c Removed function_replacement_data_v2_t.
--HG--
branch : remove-legacy-api-hg
2024-10-12 16:24:25 +02:00
Maschell
5e9efc5550 Avoid proccess check when using REPLACE_FUNCTION_OF_EXECUTABLE macros 2023-01-08 21:05:35 +01:00
Maschell
119f529fdd Update the function_replacement_data struct to support game specific patches 2023-01-07 23:38:55 +01:00
Maschell
7eeadb500b Update the lib to dynamically use the FunctionPatcherModule 2023-01-06 13:50:57 +01:00
Maschell
8946ce9464 BREAKING CHANGES: Update the function_replacement_data_t struct. 2022-05-07 23:34:30 +02:00
Maschell
076134a77c Format via clang_format 2022-02-11 20:01:09 +01:00
Maschell
1926e00ffb Add FunctionPatcherRestoreDynamicFunctions 2020-12-28 14:45:41 +01:00
Maschell
1de6f6894a Use the name of a function instead of the function pointer inside the macro. 2020-06-13 14:45:18 +02:00
Maschell
3ae37e80e9 Add option to patch a function for a certain process. 2020-06-13 14:12:47 +02:00
Maschell
17ac61488b Add a version field to the function replacement data struct 2020-06-13 14:09:50 +02:00
Maschell
ec7c99f666 Refactor the replace function macros to use the same base macro 2020-06-13 14:09:15 +02:00
Maschell
b962869a34 Put the function type into a proper enum 2020-06-13 14:06:09 +02:00
Maschell
4464f5b5af Increase size available for trampolines and extra code bits 2020-06-13 14:01:25 +02:00
Maschell
6e285909d7 Add support for FunctionPatcherRestoreFunctions 2020-06-12 21:11:43 +02:00
Maschell
c4d6f5961b first commit 2020-06-06 22:20:11 +02:00