addedmethod:
getFromSpace
byte[] getFromSpace(S space, long offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason, ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod:
newSpace
S newSpace(ghidra.program.model.address.AddressSpace space)
addedmethod:
setInSpace
void setInSpace(S space, long offset, int size, byte[] val, ghidra.pcode.exec.PcodeStateCallbacks cb)
modifiedfield:
spaceMap
type: AbstractSpaceMap → Map
- ghidra.pcode.exec.AbstractLongOffsetPcodeExecutorStatePiece.AbstractSpaceMap<S> spaceMap
+ java.util.Map<ghidra.program.model.address.AddressSpace,S> spaceMap
removedmethod:
getFromSpace
byte[] getFromSpace(S space, long offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason)
removedmethod:
newSpaceMap
ghidra.pcode.exec.AbstractLongOffsetPcodeExecutorStatePiece.AbstractSpaceMap<S> newSpaceMap()
removedmethod:
setInSpace
void setInSpace(S space, long offset, int size, byte[] val)