addedfield:
body
ghidra.program.model.address.AddressSet body
addedmethod:
makeReference
ghidra.program.model.address.Address makeReference(ghidra.program.util.VarnodeContext varnodeContext, ghidra.program.model.listing.Instruction instruction, int opIndex, ghidra.program.model.pcode.Varnode vt, ghidra.program.model.data.DataType dataType, ghidra.program.model.symbol.RefType refType, int pcodeop, boolean knownReference, ghidra.util.task.TaskMonitor monitor)
addedmethod:
makeReference
ghidra.program.model.address.Address makeReference(ghidra.program.util.VarnodeContext vContext, ghidra.program.model.listing.Instruction instruction, int opIndex, long knownSpaceID, long wordOffset, int size, ghidra.program.model.data.DataType dataType, ghidra.program.model.symbol.RefType refType, int pcodeop, boolean knownReference, boolean preExisting, ghidra.util.task.TaskMonitor monitor)
removedmethod:
makeReference
void makeReference(ghidra.program.util.VarnodeContext varnodeContext, ghidra.program.model.listing.Instruction instruction, int pcodeop, int opIndex, ghidra.program.model.pcode.Varnode vt, ghidra.program.model.symbol.RefType refType, ghidra.util.task.TaskMonitor monitor)
removedmethod:
makeReference
void makeReference(ghidra.program.util.VarnodeContext vContext, ghidra.program.model.listing.Instruction instruction, int opIndex, long knownSpaceID, long wordOffset, int size, ghidra.program.model.symbol.RefType refType, int pcodeop, boolean knownReference, ghidra.util.task.TaskMonitor monitor)
addedfield:
context
ghidra.program.util.VarnodeContext context
addedfield:
debug
boolean debug
addedfield:
evaluator
ghidra.program.util.ContextEvaluator evaluator
addedfield:
memorySpaces
java.util.List<ghidra.program.model.address.AddressSpace> memorySpaces
addedfield:
program
ghidra.program.model.listing.Program program
addedfield:
programContext
ghidra.program.model.listing.ProgramContext programContext
addedfield:
savedProgramContext
ghidra.program.model.listing.ProgramContext savedProgramContext
addedfield:
savedSpaceContext
ghidra.program.model.listing.ProgramContext savedSpaceContext
addedmethod:
saveOffCurrentContext
ghidra.program.util.VarnodeContext saveOffCurrentContext(ghidra.program.model.address.Address startAddr)
addedfield:
spaceContext
ghidra.program.model.listing.ProgramContext spaceContext