Uses of Interface
com.pnfsoftware.jeb.core.units.code.IVariable
Packages that use IVariable
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Control-flow graph types specific to native code.
Types used to create and access
gendec
's IR (Intermediate Representation).-
Uses of IVariable in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code with parameters of type IVariableMethod parameters in com.pnfsoftware.jeb.core.units.code with type arguments of type IVariableModifier and TypeMethodDescriptionvoid
IdRanges.addAll
(Collection<? extends IVariable> vars) void
IdRanges.addAll
(Collection<? extends IVariable> vars, IdRanges exclusions) void
IdRanges.addAll
(Collection<? extends IVariable> vars, Collection<? extends IVariable> exclusions) -
Uses of IVariable in com.pnfsoftware.jeb.core.units.code.asm.cfg
Methods in com.pnfsoftware.jeb.core.units.code.asm.cfg that return IVariableModifier and TypeMethodDescriptionIVariableProvider.get
(int id) Retrieve a variable by id.IVariableProvider.getContaining
(int id) Retrieve a variable whose id "contains" the provided id. -
Uses of IVariable in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Subinterfaces of IVariable in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir