| com.pnfsoftware.jeb.core.units.code.asm.INativeDisassemblerPlugin<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction> |
Known Indirect Subclasses
AbstractNativeDisassemblerPlugin<InsnType extends IInstruction>
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract boolean | canBeProcessedOutsideCodeObject() | ||||||||||
| abstract INativeCodeAnalyzerExtension<InsnType> | getAnalyzerExtension() | ||||||||||
| abstract GenericCodeFormatter<InsnType> | getCodeFormatter() | ||||||||||
| abstract IVirtualMemory | getMemory(IUnitCreator parent) | ||||||||||
| abstract IProcessor<InsnType> | getProcessor(IUnitCreator parent) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||