PCodeTestAbstractControlBlock

Package: ghidra.test.processors.support
Type: class

12.1_PUBLIC

removedmethod: emuRead
long emuRead(ghidra.app.emulator.EmulatorHelper emu, ghidra.program.model.address.Address addr, int size)
removedmethod: emuReadString
java.lang.String emuReadString(ghidra.app.emulator.EmulatorHelper emu, ghidra.program.model.address.Address strPtrAddr)
removedmethod: emuWrite
void emuWrite(ghidra.app.emulator.EmulatorHelper emu, ghidra.program.model.address.Address addr, int size, long value)

9.2_PUBLIC

modifiedmethod: readCodePointer
added throws MemoryAccessException
- ghidra.program.model.address.Address readCodePointer(ghidra.program.model.mem.MemBuffer buffer, int bufferOffset, boolean updateReference)
+ ghidra.program.model.address.Address readCodePointer(ghidra.program.model.mem.MemBuffer buffer, int bufferOffset, boolean updateReference) throws MemoryAccessException

9.1_PUBLIC

introducedInitial version