public interface

INativeDisassemblerPlugin

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

Summary

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

Public Methods

public abstract boolean canBeProcessedOutsideCodeObject ()

public abstract INativeCodeAnalyzerExtension<InsnType> getAnalyzerExtension ()

public abstract GenericCodeFormatter<InsnType> getCodeFormatter ()

public abstract IVirtualMemory getMemory (IUnitCreator parent)

public abstract IProcessor<InsnType> getProcessor (IUnitCreator parent)