detour_detach + some setters
This commit is contained in:
parent
e04585377a
commit
ade0920e54
2 changed files with 139 additions and 1 deletions
|
|
@ -26,4 +26,9 @@ mach_error_t detour_attach(detour_func_t* inout_pointer, detour_func_t detour);
|
|||
mach_error_t detour_attach_ex(detour_func_t* inout_pointer, detour_func_t detour, detour_func_t* out_real_trampoline, detour_func_t* out_real_target, detour_func_t* out_real_detour);
|
||||
mach_error_t detour_detach(detour_func_t* inout_pointer, detour_func_t detour);
|
||||
|
||||
bool detour_set_ignore_too_small(bool value);
|
||||
bool detour_set_retain_regions(bool value);
|
||||
void* detour_set_system_region_lower_bound(void* value);
|
||||
void* detour_set_system_region_upper_bound(void* value);
|
||||
|
||||
#endif // MACH_DETOURS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue