public interface

INativeDisassemblerPlugin

implements IUnitPlugin
com.pnfsoftware.jeb.core.units.code.asm.INativeDisassemblerPlugin<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction>

Summary

Public Methods
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

Public Methods

public abstract GenericCodeFormatter<InsnType> getCodeFormatter ()

public abstract IVirtualMemory getMemory (IUnitCreator parent)

public abstract IProcessor<InsnType> getProcessor (IUnitCreator parent)