public interface IHookZz extends IHook, InlineHook
| Modifier and Type | Method and Description |
|---|---|
void |
disable_arm_arm64_b_branch() |
void |
enable_arm_arm64_b_branch() |
<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 replace) |
void |
replace(Symbol symbol,
ReplaceCallback callback) |
void |
replace(Symbol symbol,
ReplaceCallback callback,
boolean enablePostCall) |
void |
replace(Symbol symbol,
Svc replace) |
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) |
void enable_arm_arm64_b_branch()
void disable_arm_arm64_b_branch()
void switch_to_file_log(String path)
<T extends RegisterContext> void wrap(long functionAddress, WrapCallback<T> callback)
<T extends RegisterContext> void wrap(Symbol symbol, WrapCallback<T> callback)
void replace(long functionAddress,
ReplaceCallback callback)
replace in interface InlineHookvoid replace(Symbol symbol, ReplaceCallback callback)
replace in interface InlineHookvoid replace(long functionAddress,
Svc replace)
replace in interface InlineHookvoid replace(Symbol symbol, Svc replace)
replace in interface InlineHookvoid replace(long functionAddress,
ReplaceCallback callback,
boolean enablePostCall)
replace in interface InlineHookvoid replace(Symbol symbol, ReplaceCallback callback, boolean enablePostCall)
replace in interface InlineHook<T extends RegisterContext> void instrument(long functionAddress, InstrumentCallback<T> callback)
<T extends RegisterContext> void instrument(Symbol symbol, InstrumentCallback<T> callback)
Copyright © 2026. All rights reserved.