Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IECall
Packages that use IECall
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 IECall in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return IECallModifier and TypeMethodDescriptionIERoutineContext.createBuiltinMethodCall
(String name, IEGeneric retexp, IEGeneric... argexps) Create aCall
to a built-in method reference.IERoutineContext.createCall
(IEGeneric callsite, IEGeneric retloc, List<IEGeneric> returns, List<IEGeneric> params, int stackPointerDelta, List<IEGeneric> spoiledExpressions, IWildcardPrototype prototype) IERoutineContext.createCall
(IEGeneric callsite, List<IEVar> targetCandidates, IWildcardPrototype prototype, List<IWildcardType> varArgTypes, boolean failsafePrototype) -
Uses of IECall in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir that return IECall