| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.emulator.EmulatorLog |
Log of a method emulation done by SimpleCEmulator. Provides access to the execution trace
and the current emulator state.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EmulatorLog() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | addExecutedStatement(ICStatement stmt) | ||||||||||
| EmulatorState | getCurrentEmulatorState() | ||||||||||
| List<String> |
getExecutionTrace()
Get the list of string representations of the executed statements
| ||||||||||
| void | setEmulatorState(EmulatorState state) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Get the list of string representations of the executed statements