Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEAssign
Packages that use IEAssign
Package
Description
This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.Types used to create and access
gendec
's IR (Intermediate Representation).-
Uses of IEAssign in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return IEAssignModifier and TypeMethodDescriptionIERoutineContext.createAssign
(IEGeneric dst, IEGeneric src) IERoutineContext.createAssignIf
(IEAssign assignTpl, IEGeneric predicate) IERoutineContext.createBranchAssign
(IEGeneric dst, IEGeneric src, boolean subroutineCall) Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler with parameters of type IEAssignModifier and TypeMethodDescriptionIERoutineContext.createAssignIf
(IEAssign assignTpl, IEGeneric predicate) -
Uses of IEAssign in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir that return IEAssign