-
public final class ShadowHook
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumShadowHook.RecordItempublic interfaceShadowHook.ILibLoaderpublic classShadowHook.Configpublic classShadowHook.ConfigBuilderpublic enumShadowHook.Mode
-
Field Summary
Fields Modifier and Type Field Description private static intinitErrnoprivate static longinitCostMs
-
Method Summary
Modifier and Type Method Description static intgetInitErrno()static longgetInitCostMs()static StringgetVersion()static intinit()static synchronized intinit(ShadowHook.Config config)static ShadowHook.ModegetMode()static booleangetDebuggable()static voidsetDebuggable(boolean debuggable)static booleangetRecordable()static voidsetRecordable(boolean recordable)static StringtoErrmsg(int errno)static StringgetRecords(Array<ShadowHook.RecordItem> recordItems)static StringgetArch()-
-
Method Detail
-
getInitErrno
static int getInitErrno()
-
getInitCostMs
static long getInitCostMs()
-
getVersion
static String getVersion()
-
init
static int init()
-
init
static synchronized int init(ShadowHook.Config config)
-
getMode
static ShadowHook.Mode getMode()
-
getDebuggable
static boolean getDebuggable()
-
setDebuggable
static void setDebuggable(boolean debuggable)
-
getRecordable
static boolean getRecordable()
-
setRecordable
static void setRecordable(boolean recordable)
-
getRecords
static String getRecords(Array<ShadowHook.RecordItem> recordItems)
-
-
-
-