LHOptions
enum LHOptions {}
A bitmasked enum for which options to enable
-
Don’t enable any options
Declaration
Objective-C
LHOptionsNone = 0 -
Allow changing the register used by libhooker to do the hook
Declaration
Objective-C
LHOptionsSetJumpReg = 1
LHOptions Enumeration Reference