Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.AbstractNativePlugin
Packages that use AbstractNativePlugin
Package
Description
This package and sub-packages contains types used by the native code analysis pipeline, including
gendec
(the generic decompiler).-
Uses of AbstractNativePlugin in com.pnfsoftware.jeb.core.units.code.asm
Subclasses of AbstractNativePlugin in com.pnfsoftware.jeb.core.units.code.asmModifier and TypeClassDescriptionclass
AbstractNativeDecompilerPlugin<InsnType extends IInstruction>
Base implementation of anINativeDecompilerPlugin
.class
AbstractNativeDisassemblerPlugin<InsnType extends IInstruction>
Base implementation of aINativeDisassemblerPlugin
.