public interface

INativeDecompilerPlugin

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

Summary

Public Methods
abstract IEConverter<InsnType> getConverter(INativeCodeUnit<InsnType> pbcu)
abstract INativeDecompilerExtension<InsnType> getDecompilerExtension()
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.IPlugin
From interface com.pnfsoftware.jeb.core.units.IUnitPlugin

Public Methods

public abstract IEConverter<InsnType> getConverter (INativeCodeUnit<InsnType> pbcu)

public abstract INativeDecompilerExtension<InsnType> getDecompilerExtension ()