| 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
AbstractNativeDecompilerPlugin<InsnType extends IInstruction>,
AbstractNativeDisassemblerPlugin<InsnType extends IInstruction>
|
Skeleton implementation.
|
[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
| |||||||||||
The default implementation does nothing.