public abstract class Unwinder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Emulator<?> |
emulator |
static int |
SYMBOL_SIZE |
| Modifier | Constructor and Description |
|---|---|
protected |
Unwinder(Emulator<?> emulator) |
| Modifier and Type | Method and Description |
|---|---|
abstract Frame |
createFrame(UnidbgPointer ip,
UnidbgPointer fp) |
protected abstract String |
getBaseFormat() |
List<Frame> |
getFrames(int maxDepth) |
protected abstract Frame |
unw_step(Emulator<?> emulator,
Frame frame) |
void |
unwind() |
public static final int SYMBOL_SIZE
protected final Emulator<?> emulator
protected Unwinder(Emulator<?> emulator)
public abstract Frame createFrame(UnidbgPointer ip, UnidbgPointer fp)
protected abstract String getBaseFormat()
public final void unwind()
Copyright © 2026. All rights reserved.