Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IECompose
Packages that use IECompose
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 IECompose in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return IEComposeModifier and TypeMethodDescriptionIEGlobalContext.createCompose
(IEGeneric... elts) Create a composition of IR elements.IEGlobalContext.createCompose
(Collection<IEGeneric> elts) IERoutineContext.createCompose
(IEGeneric... elts) Create a composition.IERoutineContext.createCompose
(Collection<IEGeneric> elts) Create a composition. -
Uses of IECompose in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir that return IEComposeMethods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with parameters of type IEComposeModifier and TypeMethodDescriptionstatic IEGeneric
EUtil.getSignExtensionBase
(IECompose e) Check if the composition is a sign-extension of a base expression, and if so, provide the base expression.static boolean
EUtil.isZeroExtend
(IECompose e) static boolean
EUtil.looksLikeSignExtension
(IECompose e) Determine if a composition looks like a sign-extension operation.