added test
This commit is contained in:
parent
ade0920e54
commit
aaad260259
4 changed files with 94 additions and 42 deletions
|
|
@ -5,6 +5,10 @@
|
|||
#ifndef MACH_DETOURS_H
|
||||
#define MACH_DETOURS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <mach/error.h>
|
||||
#include <mach/mach_types.h>
|
||||
|
||||
|
|
@ -31,4 +35,8 @@ 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);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // MACH_DETOURS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue