Uses of Class
com.pnfsoftware.jeb.core.units.AbstractUnitPlugin
Packages that use AbstractUnitPlugin
Package
Description
This package and sub-packages contains types used by the native code analysis pipeline, including
gendec (the generic decompiler).-
Uses of AbstractUnitPlugin in com.pnfsoftware.jeb.core.units.code.asm
Subclasses of AbstractUnitPlugin in com.pnfsoftware.jeb.core.units.code.asmModifier and TypeClassDescriptionclassAbstractNativeDecompilerPlugin<InsnType extends IInstruction>Base implementation of anINativeDecompilerPlugin.classAbstractNativeDisassemblerPlugin<InsnType extends IInstruction>Base implementation of aINativeDisassemblerPlugin.classAbstractNativePlugin<InsnType extends IInstruction>Common implementation for native plugins (disassemblers,gendec-based decompilers).