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 IECondEUtil.abs(IERoutineContext ctx, IEGeneric a) OperationMath#abs(int, int)applied toIEGenericdefault IECondIEGeneric.asCond()static IECondEUtil.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 IECondEUtil.fabs(IERoutineContext ctx, IEGeneric a) OperationMath#abs(float, float)applied toIEGenericstatic IECondEUtil.fmax(IERoutineContext ctx, IEGeneric a, IEGeneric b) OperationMath.max(float, float)applied toIEGenericstatic IECondEUtil.fmin(IERoutineContext ctx, IEGeneric a, IEGeneric b) OperationMath.min(float, float)applied toIEGenericstatic IECondEUtil.max(IERoutineContext ctx, IEGeneric a, IEGeneric b, boolean signed) OperationMath.max(int, int)applied toIEGenericstatic IECondEUtil.min(IERoutineContext ctx, IEGeneric a, IEGeneric b, boolean signed) OperationMath.min(int, int)applied toIEGenericMethods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with parameters of type IECondModifier and TypeMethodDescriptionstatic IECondEUtil.buildStrictLogicalECond(IECond e) Check if the ECond predicate is a ""boolean"", i.e.