Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.INativeDecompilerPlugin
Packages that use INativeDecompilerPlugin
Package
Description
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
This package and sub-packages contains types used by the native code analysis pipeline, including
gendec
(the generic decompiler).-
Uses of INativeDecompilerPlugin in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return types with arguments of type INativeDecompilerPluginModifier and TypeMethodDescriptionIEnginesContext.getNativeDecompilerPlugins()
Retrieve the list of disassembler plugins. -
Uses of INativeDecompilerPlugin in com.pnfsoftware.jeb.core.units.code.asm
Classes in com.pnfsoftware.jeb.core.units.code.asm that implement INativeDecompilerPluginModifier and TypeClassDescriptionclass
AbstractNativeDecompilerPlugin<InsnType extends IInstruction>
Base implementation of anINativeDecompilerPlugin
.