MemoryMapDBAdapterV3

Package: ghidra.program.database.mem
Type: class

11.1_PUBLIC

modifiedmethod: createFileBytesBlock
param 6 renamed: permissions → flags
- ghidra.program.database.mem.MemoryBlockDB createFileBytesBlock(java.lang.String name, ghidra.program.model.address.Address startAddress, long length, ghidra.program.database.mem.FileBytes fileBytes, long offset, int permissions) throws IOException, AddressOverflowException
+ ghidra.program.database.mem.MemoryBlockDB createFileBytesBlock(java.lang.String name, ghidra.program.model.address.Address startAddress, long length, ghidra.program.database.mem.FileBytes fileBytes, long offset, int flags) throws IOException, AddressOverflowException

10.0_PUBLIC

addedmethod: updateSubBlockRecord
void updateSubBlockRecord(db.DBRecord record) throws IOException
removedmethod: updateSubBlockRecord
void updateSubBlockRecord(db.Record record) throws IOException

9.2_PUBLIC

addedfield: V3_SUB_INT_DATA1_COL
static int V3_SUB_INT_DATA1_COL
addedfield: V3_SUB_LONG_DATA2_COL
static int V3_SUB_LONG_DATA2_COL
removedfield: V3_SUB_SOURCE_ID_COL
static int V3_SUB_SOURCE_ID_COL
removedfield: V3_SUB_SOURCE_OFFSET_COL
static int V3_SUB_SOURCE_OFFSET_COL

9.1_PUBLIC

introducedInitial version