java.lang.Object |
↳ |
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.EStateDumper |
Class Overview
Dump the memory and registers of an EState
object to files (img_xxx
and
registers
).
Summary
Public Methods |
void
|
dumpTo(File folder)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
EStateDumper
(EState state)
Public Methods
public
void
dumpTo
(File folder)