Structures
The following structures are available globally.
-
An opaque struct describing a library opened with LHOpenImage. Only use libhooker APIs to interact with this.
Declaration
Objective-C
struct libhooker_image
-
Describes a memory region to patch
See moreDeclaration
Objective-C
struct LHMemoryPatch {}
-
Additional options for function hooks (this struct can grow for newer libhooker versions)
See moreDeclaration
Objective-C
struct LHFunctionHookOptions {}
-
Describes a function hook
See moreDeclaration
Objective-C
struct LHFunctionHook {}