Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IECond
Packages that use IECond
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 IECond in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return IECondModifier and TypeMethodDescriptionIEGlobalContext.createCond
(IEGeneric p, IEGeneric a, IEGeneric b) IERoutineContext.createCond
(IEGeneric p, IEGeneric a, IEGeneric b) -
Uses of IECond in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir that return IECondModifier and TypeMethodDescriptionstatic IECond
EUtil.abs
(IERoutineContext ctx, IEGeneric a) OperationMath#abs(int, int)
applied toIEGeneric
default IECond
IEGeneric.asCond()
static IECond
EUtil.buildStrictLogicalECond
(IECond e) Check if the ECond predicate is a ""boolean"", i.e.IEGeneric.countSuccessiveBits
(boolean ones, boolean fromMsb, int bitsize) Count successive bits in an integer, starting from MSB or LSB.static IECond
EUtil.fabs
(IERoutineContext ctx, IEGeneric a) OperationMath#abs(float, float)
applied toIEGeneric
static IECond
EUtil.fmax
(IERoutineContext ctx, IEGeneric a, IEGeneric b) OperationMath.max(float, float)
applied toIEGeneric
static IECond
EUtil.fmin
(IERoutineContext ctx, IEGeneric a, IEGeneric b) OperationMath.min(float, float)
applied toIEGeneric
static IECond
EUtil.max
(IERoutineContext ctx, IEGeneric a, IEGeneric b, boolean signed) OperationMath.max(int, int)
applied toIEGeneric
static IECond
EUtil.min
(IERoutineContext ctx, IEGeneric a, IEGeneric b, boolean signed) OperationMath.min(int, int)
applied toIEGeneric
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with parameters of type IECondModifier and TypeMethodDescriptionstatic IECond
EUtil.buildStrictLogicalECond
(IECond e) Check if the ECond predicate is a ""boolean"", i.e.