public final class HookZz extends BaseHook implements IHookZz
| Modifier and Type | Method and Description |
|---|---|
void |
disable_arm_arm64_b_branch() |
void |
enable_arm_arm64_b_branch() |
static HookZz |
getInstance(Emulator<?> emulator) |
<T extends RegisterContext> |
instrument(long functionAddress,
InstrumentCallback<T> callback) |
<T extends RegisterContext> |
instrument(Symbol symbol,
InstrumentCallback<T> callback) |
void |
replace(long functionAddress,
ReplaceCallback callback) |
void |
replace(long functionAddress,
ReplaceCallback callback,
boolean enablePostCall) |
void |
replace(long functionAddress,
Svc svc) |
void |
replace(Symbol symbol,
ReplaceCallback callback) |
void |
replace(Symbol symbol,
ReplaceCallback callback,
boolean enablePostCall) |
void |
replace(Symbol symbol,
Svc svc) |
void |
switch_to_file_log(String path) |
<T extends RegisterContext> |
wrap(long functionAddress,
WrapCallback<T> callback) |
<T extends RegisterContext> |
wrap(Symbol symbol,
WrapCallback<T> callback) |
createReplacePointer, getModule, resolveLibrarypublic void enable_arm_arm64_b_branch()
enable_arm_arm64_b_branch in interface IHookZzpublic void disable_arm_arm64_b_branch()
disable_arm_arm64_b_branch in interface IHookZzpublic void replace(long functionAddress,
ReplaceCallback callback)
replace in interface IHookZzreplace in interface InlineHookpublic void replace(Symbol symbol, ReplaceCallback callback)
replace in interface IHookZzreplace in interface InlineHookpublic void replace(long functionAddress,
Svc svc)
replace in interface IHookZzreplace in interface InlineHookpublic void replace(Symbol symbol, Svc svc)
replace in interface IHookZzreplace in interface InlineHookpublic void replace(long functionAddress,
ReplaceCallback callback,
boolean enablePostCall)
replace in interface IHookZzreplace in interface InlineHookpublic void replace(Symbol symbol, ReplaceCallback callback, boolean enablePostCall)
replace in interface IHookZzreplace in interface InlineHookpublic <T extends RegisterContext> void wrap(Symbol symbol, WrapCallback<T> callback)
public <T extends RegisterContext> void wrap(long functionAddress, WrapCallback<T> callback)
public <T extends RegisterContext> void instrument(Symbol symbol, InstrumentCallback<T> callback)
instrument in interface IHookZzpublic <T extends RegisterContext> void instrument(long functionAddress, InstrumentCallback<T> callback)
instrument in interface IHookZzpublic void switch_to_file_log(String path)
switch_to_file_log in interface IHookZzCopyright © 2026. All rights reserved.