| Package | Description |
|---|---|
| com.github.unidbg.unwind |
| Modifier and Type | Method and Description |
|---|---|
abstract Frame |
Unwinder.createFrame(UnidbgPointer ip,
UnidbgPointer fp) |
Frame |
SimpleARM64Unwinder.createFrame(UnidbgPointer ip,
UnidbgPointer fp) |
Frame |
SimpleARMUnwinder.createFrame(UnidbgPointer ip,
UnidbgPointer fp) |
protected abstract Frame |
Unwinder.unw_step(Emulator<?> emulator,
Frame frame) |
protected Frame |
SimpleARM64Unwinder.unw_step(Emulator<?> emulator,
Frame frame) |
protected Frame |
SimpleARMUnwinder.unw_step(Emulator<?> emulator,
Frame frame) |
| Modifier and Type | Method and Description |
|---|---|
List<Frame> |
Unwinder.getFrames(int maxDepth) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Frame |
Unwinder.unw_step(Emulator<?> emulator,
Frame frame) |
protected Frame |
SimpleARM64Unwinder.unw_step(Emulator<?> emulator,
Frame frame) |
protected Frame |
SimpleARMUnwinder.unw_step(Emulator<?> emulator,
Frame frame) |
Copyright © 2026. All rights reserved.