| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Throws an InterruptionException if the thread was interrupted.
Format an IR-CFG.
| mode | 0=no chains 1=with simple chains 2=with full chains 3=with simple chains and IR types 4=with full chains and IR types |
|---|---|
| cfg | IR-CFG |
| ectx | optional routine context; one must be provided to get EVar id name resolution |