public abstract class

AbstractNativePlugin

extends AbstractUnitPlugin
implements INativePlugin<InsnType extends IInstruction>
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>
Known Direct Subclasses

Class Overview

Common implementation for native plugins (disassemblers, gendec-based decompilers).

Summary

[Expand]
Inherited Fields
From class com.pnfsoftware.jeb.core.units.AbstractUnitPlugin
Public Constructors
AbstractNativePlugin(String type, double priority)
Public Methods
void setupCustomProperties(IPropertyDefinitionManager pdm)
The default implementation does nothing.
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.AbstractUnitPlugin
From class com.pnfsoftware.jeb.core.AbstractPlugin
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.IPlugin
From interface com.pnfsoftware.jeb.core.units.IUnitPlugin
From interface com.pnfsoftware.jeb.core.units.code.asm.INativePlugin

Public Constructors

public AbstractNativePlugin (String type, double priority)

Public Methods

public void setupCustomProperties (IPropertyDefinitionManager pdm)

The default implementation does nothing.