Class AbstractConverter<InsnType extends IInstruction>

java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.decompiler.AbstractConverter<InsnType>
Type Parameters:
InsnType -
All Implemented Interfaces:
IEConverter<InsnType>

@Ser public abstract class AbstractConverter<InsnType extends IInstruction> extends Object implements IEConverter<InsnType>
Skeleton class for code converters. A converter is implemented as part of a decompiler plugin. It provides routines to translate low-level machine code to a gendec intermediate representation.