addedmethod:
addInPlace
ghidra.program.model.address.AddressSet addInPlace(ghidra.program.model.address.AddressSet set, generic.ULongSpan.ULongSpanSet spanSet)
addedfield:
piece
ghidra.pcode.exec.AbstractBytesPcodeExecutorStatePiece<?> piece
addedmethod:
read
byte[] read(long offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason, ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod:
warnUninit
void warnUninit(ghidra.program.model.address.AddressSetView uninitialized)
addedmethod:
write
void write(long offset, byte[] val, int srcOffset, int length, ghidra.pcode.exec.PcodeStateCallbacks cb)
modifiedmethod:
computeUninitialized
return type: ULongSpanSet → AddressSetView
- generic.ULongSpan.ULongSpanSet computeUninitialized(long offset, int size)
+ ghidra.program.model.address.AddressSetView computeUninitialized(long offset, int size)
removedmethod:
fork
ghidra.pcode.exec.BytesPcodeExecutorStateSpace<B> fork()
removedmethod:
read
byte[] read(long offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason)
removedmethod:
warnUninit
void warnUninit(generic.ULongSpan.ULongSpanSet uninit)
removedmethod:
write
void write(long offset, byte[] val, int srcOffset, int length)