Class DecompilerOptions
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.decompiler.DecompilerOptions
gendec
decompiler options.-
Field Summary
Modifier and TypeFieldDescriptionboolean
int
boolean
int
boolean
boolean
boolean
boolean
int
int
long
int
int
boolean
-
Constructor Summary
-
Method Summary
-
Field Details
-
methodDecompTimeout
public long methodDecompTimeout -
irOptAggrDisabled
public boolean irOptAggrDisabled -
useSSAForm
public boolean useSSAForm -
memoryResolutionPolicy
public int memoryResolutionPolicy -
reconversionMaxCount
public int reconversionMaxCount -
irOptMaxRunCount
public int irOptMaxRunCount -
structurerUseVersion
public int structurerUseVersion -
astOptMaxRunCount
public int astOptMaxRunCount -
astFriendlyNames
public boolean astFriendlyNames -
enableUnsafeOptimizers
public boolean enableUnsafeOptimizers -
enableDeobfuscators
public boolean enableDeobfuscators -
astReplaceConstantsByWellKnownLiterals
public boolean astReplaceConstantsByWellKnownLiterals -
enableExternalPlugins
public boolean enableExternalPlugins -
listOfDisabledExternalPlugins
-
decryptorSupport
public int decryptorSupport
-
-
Constructor Details
-
DecompilerOptions
public DecompilerOptions()
-