TaintSpace

Package: ghidra.pcode.emu.taint.state
Type: class

12.1_PUBLIC

addedmethod: get
ghidra.taint.model.TaintVec get(long offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason, ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod: getInto
void getInto(long offset, ghidra.taint.model.TaintVec buf, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason, ghidra.pcode.exec.PcodeStateCallbacks cb)
addedfield: ops
java.util.NavigableMap<java.lang.Long,ghidra.program.model.pcode.PcodeOp> ops
removedmethod: get
ghidra.taint.model.TaintVec get(long offset, int size, ghidra.pcode.exec.PcodeStateCallbacks cb)
removedmethod: getInto
void getInto(long offset, ghidra.taint.model.TaintVec buf, ghidra.pcode.exec.PcodeStateCallbacks cb)

12.0_PUBLIC

introducedInitial version