modifiedmethod:
getBytes
added throws IndexOutOfBoundsException
- int getBytes(ghidra.program.model.address.Address addr, byte[] b, int off, int len) throws MemoryAccessException
+ int getBytes(ghidra.program.model.address.Address addr, byte[] b, int off, int len) throws IndexOutOfBoundsException, MemoryAccessException
modifiedmethod:
putBytes
added throws IndexOutOfBoundsException
- int putBytes(ghidra.program.model.address.Address addr, byte[] b, int off, int len) throws MemoryAccessException
+ int putBytes(ghidra.program.model.address.Address addr, byte[] b, int off, int len) throws IndexOutOfBoundsException, MemoryAccessException