Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.INativePlugin
Packages that use INativePlugin
Package
Description
This package and sub-packages contains types used by the native code analysis pipeline, including
gendec
(the generic decompiler).-
Uses of INativePlugin in com.pnfsoftware.jeb.core.units.code.asm
Subinterfaces of INativePlugin in com.pnfsoftware.jeb.core.units.code.asmModifier and TypeInterfaceDescriptioninterface
INativeDecompilerPlugin<InsnType extends IInstruction>
Definition of a native decompiler plugin.interface
INativeDisassemblerPlugin<InsnType extends IInstruction>
Native disassembler plugins.Classes in com.pnfsoftware.jeb.core.units.code.asm that implement INativePluginModifier and TypeClassDescriptionclass
AbstractNativeDecompilerPlugin<InsnType extends IInstruction>
Base implementation of anINativeDecompilerPlugin
.class
AbstractNativeDisassemblerPlugin<InsnType extends IInstruction>
Base implementation of aINativeDisassemblerPlugin
.class
AbstractNativePlugin<InsnType extends IInstruction>
Common implementation for native plugins (disassemblers,gendec
-based decompilers).