com.pnfsoftware.jeb.core.units.code.asm.INativePlugin<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction> |
Known Indirect Subclasses
AbstractNativeDecompilerPlugin<InsnType extends IInstruction>,
AbstractNativeDisassemblerPlugin<InsnType extends IInstruction>,
AbstractNativePlugin<InsnType extends IInstruction>,
INativeDecompilerPlugin<InsnType extends IInstruction>,
INativeDisassemblerPlugin<InsnType extends IInstruction>
|
Native plugins consist of native disassembler and native decompiler plugins.
Important note: the
initialize
method of those plugins is never called.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
setupCustomProperties(IPropertyDefinitionManager pdm)
Customize the properties of the native plugin.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.IPlugin
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.IUnitPlugin
|
Customize the properties of the native plugin. Properties set up by the generic native identifier master plugin can be modified; other properties, specific to this module, can be added.