Add support for FunctionPatcherRestoreFunctions

This commit is contained in:
Maschell 2020-06-12 21:11:43 +02:00
parent 3022c8cd1d
commit 6e285909d7
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ extern "C" {
#endif #endif
extern void FunctionPatcherPatchFunction(function_replacement_data_t *replacements, uint32_t size); extern void FunctionPatcherPatchFunction(function_replacement_data_t *replacements, uint32_t size);
extern void FunctionPatcherRestoreFunctions(function_replacement_data_t *replacements, uint32_t size);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

View File

@ -1,4 +1,5 @@
:NAME homebrew_functionpatcher :NAME homebrew_functionpatcher
:TEXT :TEXT
FunctionPatcherPatchFunction FunctionPatcherPatchFunction
FunctionPatcherRestoreFunctions