Class DecompilerOptions

java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.decompiler.DecompilerOptions

@Ser public class DecompilerOptions extends Object
gendec decompiler options.
  • 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

      public String listOfDisabledExternalPlugins
    • decryptorSupport

      public int decryptorSupport
  • Constructor Details

    • DecompilerOptions

      public DecompilerOptions()