mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2024-12-04 07:14:19 +01:00
Add FunctionPatcherRestoreDynamicFunctions
This commit is contained in:
parent
5d8e189605
commit
1926e00ffb
@ -7,8 +7,12 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
extern void FunctionPatcherRestoreDynamicFunctions(function_replacement_data_t *replacements, uint32_t size);
|
||||||
|
|
||||||
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);
|
extern void FunctionPatcherRestoreFunctions(function_replacement_data_t *replacements, uint32_t size);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -2,4 +2,5 @@
|
|||||||
|
|
||||||
:TEXT
|
:TEXT
|
||||||
FunctionPatcherPatchFunction
|
FunctionPatcherPatchFunction
|
||||||
FunctionPatcherRestoreFunctions
|
FunctionPatcherRestoreFunctions
|
||||||
|
FunctionPatcherRestoreDynamicFunctions
|
Loading…
Reference in New Issue
Block a user