Interface INativePlugin<InsnType extends IInstruction>
- Type Parameters:
InsnType-
- All Superinterfaces:
IPlugin,IUnitPlugin
- All Known Subinterfaces:
INativeDecompilerPlugin<InsnType>,INativeDisassemblerPlugin<InsnType>
- All Known Implementing Classes:
AbstractNativeDecompilerPlugin,AbstractNativeDisassemblerPlugin,AbstractNativePlugin
Native plugins consist of native disassembler and native decompiler plugins.
Important note: the
initialize
method of those plugins is never called.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCustomize the properties of the native plugin.Methods inherited from interface com.pnfsoftware.jeb.core.IPlugin
dispose, getData, getPluginInformation, setDataMethods inherited from interface com.pnfsoftware.jeb.core.units.IUnitPlugin
getFormatType, getPriority, getPropertyDefinitionManager, getTypeIdProvider, initialize
-
Method Details
-
setupCustomProperties
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.- Parameters:
pdm-
-