| Package | Description |
|---|---|
| com.github.unidbg.debugger | |
| com.github.unidbg.thread |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionCallListener.onDebugPopFunction(Emulator<?> emulator,
long address,
FunctionCall call) |
void |
FunctionCallListener.onDebugPushFunction(Emulator<?> emulator,
FunctionCall call) |
| Modifier and Type | Method and Description |
|---|---|
FunctionCall |
RunnableTask.popFunction(Emulator<?> emulator,
long address) |
FunctionCall |
BaseTask.popFunction(Emulator<?> emulator,
long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
RunnableTask.pushFunction(Emulator<?> emulator,
FunctionCall call) |
void |
BaseTask.pushFunction(Emulator<?> emulator,
FunctionCall call) |
Copyright © 2026. All rights reserved.