| Package | Description |
|---|---|
| com.github.unidbg.arm | |
| com.github.unidbg.arm.backend | |
| com.github.unidbg.debugger | |
| com.github.unidbg.debugger.gdb | |
| com.github.unidbg.debugger.ida |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractARMDebugger |
| Modifier and Type | Method and Description |
|---|---|
void |
UnicornBackend.debugger_add(DebugHook callback,
long begin,
long end,
Object user_data) |
void |
Backend.debugger_add(DebugHook callback,
long begin,
long end,
Object user_data)
Registers a debugger hook that handles breakpoints and single-step events
within the given address range.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Debugger |
interface |
DebugServer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDebugServer |
| Modifier and Type | Class and Description |
|---|---|
class |
GdbStub
GdbStub class
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidServer |
Copyright © 2026. All rights reserved.