public class

DecompilerOptions

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

Summary

Fields
public boolean astFriendlyNames
public int astOptMaxRunCount
public boolean enableDeobfuscators
public boolean enableUnsafeOptimizers
public boolean irOptAggrDisabled
public int irOptMaxRunCount
public int memoryResolutionPolicy
public long methodDecompTimeout
public int reconversionMaxCount
public int structurerUseVersion
public boolean useSSAForm
Public Constructors
DecompilerOptions()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public boolean astFriendlyNames

public int astOptMaxRunCount

public boolean enableDeobfuscators

public boolean enableUnsafeOptimizers

public boolean irOptAggrDisabled

public int irOptMaxRunCount

public int memoryResolutionPolicy

public long methodDecompTimeout

public int reconversionMaxCount

public int structurerUseVersion

public boolean useSSAForm

Public Constructors

public DecompilerOptions ()