| 程序包 | 说明 |
|---|---|
| com.github.unidbg.debugger | |
| com.github.unidbg.thread |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FunctionCallListener.onDebugPopFunction(Emulator<?> emulator,
long address,
FunctionCall call) |
void |
FunctionCallListener.onDebugPushFunction(Emulator<?> emulator,
FunctionCall call) |
| 限定符和类型 | 方法和说明 |
|---|---|
FunctionCall |
RunnableTask.popFunction(Emulator<?> emulator,
long address) |
FunctionCall |
BaseTask.popFunction(Emulator<?> emulator,
long address) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RunnableTask.pushFunction(Emulator<?> emulator,
FunctionCall call) |
void |
BaseTask.pushFunction(Emulator<?> emulator,
FunctionCall call) |
Copyright © 2022. All rights reserved.