Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.INativeDisassemblerPlugin
Packages that use INativeDisassemblerPlugin
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 INativeDisassemblerPlugin in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return types with arguments of type INativeDisassemblerPluginModifier and TypeMethodDescriptionIEnginesContext.getNativeDisassemblerPlugins()
Retrieve the list of disassembler plugins. -
Uses of INativeDisassemblerPlugin in com.pnfsoftware.jeb.core.units.code.asm
Classes in com.pnfsoftware.jeb.core.units.code.asm that implement INativeDisassemblerPluginModifier and TypeClassDescriptionclass
AbstractNativeDisassemblerPlugin<InsnType extends IInstruction>
Base implementation of aINativeDisassemblerPlugin
.