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 TypeInterfaceDescriptioninterface
IR expression representing an assignment.interface
IR statement used to represent calls to sub-routines.interface
IR expression representing an intra-procedural jump to a fixed IR target.interface
A conditional branching instruction to an arbitrary IR representing a native address.interface
Base interface used to represent IR short or long jumps.interface
A no-operation IR instruction.interface
A routine terminator.interface
Base class for all IR statements.interface
Switch (branch to N sites) IR statement.interface
Special IR statement that can be used to wrap non-standard, partially translated, or untranslated native code instructions.