| Package | Description |
|---|---|
| com.github.unidbg | |
| com.github.unidbg.arm | |
| com.github.unidbg.arm.context | |
| com.github.unidbg.hook | |
| com.github.unidbg.hook.hookzz |
| Modifier and Type | Method and Description |
|---|---|
<V extends RegisterContext> |
AbstractEmulator.getContext() |
<V extends RegisterContext> |
Emulator.getContext() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RegisterContext |
AbstractEmulator.createRegisterContext(Backend backend) |
| Modifier and Type | Method and Description |
|---|---|
protected RegisterContext |
AbstractARM64Emulator.createRegisterContext(Backend backend) |
protected RegisterContext |
AbstractARMEmulator.createRegisterContext(Backend backend) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Arm32RegisterContext |
interface |
Arm64RegisterContext |
interface |
EditableArm32RegisterContext |
interface |
EditableArm64RegisterContext |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRegisterContext |
class |
BackendArm32RegisterContext |
class |
BackendArm64RegisterContext |
class |
BaseRegisterContext |
| Modifier and Type | Class and Description |
|---|---|
class |
HookContext |
| Modifier and Type | Class and Description |
|---|---|
class |
InstrumentCallback<T extends RegisterContext> |
class |
WrapCallback<T extends RegisterContext> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HookZzArm32RegisterContext |
interface |
HookZzArm64RegisterContext |
| Modifier and Type | Class and Description |
|---|---|
class |
HookZzArm32RegisterContextImpl |
class |
HookZzArm64RegisterContextImpl |
class |
HookZzRegisterContext |
| Modifier and Type | Method and Description |
|---|---|
<T extends RegisterContext> |
Dobby.instrument(long functionAddress,
InstrumentCallback<T> callback) |
<T extends RegisterContext> |
HookZz.instrument(long functionAddress,
InstrumentCallback<T> callback) |
<T extends RegisterContext> |
IHookZz.instrument(long functionAddress,
InstrumentCallback<T> callback) |
<T extends RegisterContext> |
Dobby.instrument(Symbol symbol,
InstrumentCallback<T> callback) |
<T extends RegisterContext> |
HookZz.instrument(Symbol symbol,
InstrumentCallback<T> callback) |
<T extends RegisterContext> |
IHookZz.instrument(Symbol symbol,
InstrumentCallback<T> callback) |
<T extends RegisterContext> |
Dobby.wrap(long functionAddress,
WrapCallback<T> callback) |
<T extends RegisterContext> |
HookZz.wrap(long functionAddress,
WrapCallback<T> callback) |
<T extends RegisterContext> |
IHookZz.wrap(long functionAddress,
WrapCallback<T> callback) |
<T extends RegisterContext> |
Dobby.wrap(Symbol symbol,
WrapCallback<T> callback) |
<T extends RegisterContext> |
HookZz.wrap(Symbol symbol,
WrapCallback<T> callback) |
<T extends RegisterContext> |
IHookZz.wrap(Symbol symbol,
WrapCallback<T> callback) |
Copyright © 2026. All rights reserved.