Uses of Class
com.pnfsoftware.jeb.core.units.code.DefUseInfo
Packages that use DefUseInfo
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Types used to create and access
gendec
's IR (Intermediate Representation).-
Uses of DefUseInfo in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return DefUseInfoModifier and TypeMethodDescriptiondefault DefUseInfo
IInstruction.getDefUseInfo
(long instructionAddress, int flags) Determine the variables defined and used by the instruction. -
Uses of DefUseInfo in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Subclasses of DefUseInfo in com.pnfsoftware.jeb.core.units.code.asm.decompiler.irModifier and TypeClassDescriptionclass
Specialized def-use information object for IR statements.