Uses of Interface
com.pnfsoftware.jeb.core.units.code.IResizableInstruction
Packages that use IResizableInstruction
Package
Description
Types used to create and access
gendec's IR (Intermediate Representation).-
Uses of IResizableInstruction in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Subinterfaces of IResizableInstruction in com.pnfsoftware.jeb.core.units.code.asm.decompiler.irModifier and TypeInterfaceDescriptioninterfaceIR expression representing an assignment.interfaceIR statement used to represent calls to sub-routines.interfaceIR expression representing an intra-procedural jump to a fixed IR target.interfaceA conditional branching instruction to an arbitrary IR representing a native address.interfaceBase interface used to represent IR short or long jumps.interfaceA no-operation IR instruction.interfaceA routine terminator.interfaceBase class for all IR statements.interfaceSwitch (branch to N sites) IR statement.interfaceSpecial IR statement that can be used to wrap non-standard, partially translated, or untranslated native code instructions.