java.lang.Object | ||||
↳ | com.pnfsoftware.jeb.core.AbstractPlugin | |||
↳ | com.pnfsoftware.jeb.core.units.AbstractUnitPlugin | |||
↳ | com.pnfsoftware.jeb.core.units.code.asm.AbstractNativePlugin<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction> | |||
↳ | com.pnfsoftware.jeb.core.units.code.asm.AbstractNativeDecompilerPlugin<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction> |
Skeleton implementation.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | propnameASTOptimizerMaxRunCount | ||||||||||
String | propnameEnableDeobfuscators | ||||||||||
String | propnameEnableUnsafeOptimizers | ||||||||||
String | propnameIROptimizerMaxRunCount | ||||||||||
String | propnameMemoryResolutionPolicy | ||||||||||
String | propnameMethodDecompilationTimeout | ||||||||||
String | propnameNextDecompKeepIR | ||||||||||
String | propnameReconversionMaxCount | ||||||||||
String | propnameStructurerUseVersion | ||||||||||
String | propnameUseFriendlyVariableNames |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractNativeDecompilerPlugin(String type, double priority) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
IGlobalAnalyzer |
getGlobalAnalyzer(INativeDecompilerUnit<InsnType> decompiler)
The default implementation returns null.
| ||||||||||
INativeDecompilerExtension |
getPrimaryExtension(INativeDecompilerUnit<InsnType> decompiler)
The default implementation returns null.
| ||||||||||
ISourceCustomizer |
getSourceCustomizer(INativeDecompilerUnit<InsnType> decompiler)
The default implementation returns null.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
The default implementation returns null. By default, a decompiler plugin does not provide a global analyzer.
The default implementation returns null. By default, a decompiler plugin does not provide a primary extension.
The default implementation returns null. By default, a decompiler plugin does not provide a source customizer.