Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.INativeDisassemblerPlugin
Packages that use INativeDisassemblerPlugin
Package
Description
Core back-end APIs used to bootstrap JEB, manage engines contexts and projects, and describe
plugins, artifacts, and related metadata.
This package and sub-packages contain 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 TypeClassDescriptionclassAbstractNativeDisassemblerPlugin<InsnType extends IInstruction>Base implementation of aINativeDisassemblerPlugin.