java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.DecompilerUtil |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DecompilerUtil() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static void |
checkInterrupted()
Throws an
InterruptionException if the thread was interrupted. | ||||||||||
static String |
formatIRCFGWithContext(int mode, CFG<IEStatement> cfg, IERoutineContext ectx)
Format an IR-CFG.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Throws an InterruptionException
if the thread was interrupted.
Format an IR-CFG.
mode | 0/-1= no chains, 1/2/3/4= with chains |
---|---|
cfg | IR-CFG |
ectx | optional routine context; one must be provided to get EVar id name resolution |