public interface

INativePlugin

implements IUnitPlugin
com.pnfsoftware.jeb.core.units.code.asm.INativePlugin<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction>
Known Indirect Subclasses

Class Overview

Native plugins consist of native disassembler and native decompiler plugins.

Important note: the initialize method of those plugins is never called.

Summary

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

Public Methods

public abstract void setupCustomProperties (IPropertyDefinitionManager pdm)

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.