AddressMap

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

10.2_PUBLIC

removedmethod: deleteOverlaySpace
void deleteOverlaySpace(java.lang.String name) throws IOException
removedmethod: getModCount
int getModCount()
removedmethod: hasSameKeyBase
boolean hasSameKeyBase(long addrKey1, long addrKey2)
removedmethod: invalidateCache
void invalidateCache() throws IOException
removedmethod: isKeyRangeMax
boolean isKeyRangeMax(long addrKey)
removedmethod: isKeyRangeMin
boolean isKeyRangeMin(long addrKey)
removedmethod: renameOverlaySpace
void renameOverlaySpace(java.lang.String oldName, java.lang.String newName) throws IOException
removedmethod: setImageBase
void setImageBase(ghidra.program.model.address.Address base)
removedmethod: setLanguage
void setLanguage(ghidra.program.model.lang.Language newLanguage, ghidra.program.model.address.AddressFactory addrFactory, ghidra.program.util.LanguageTranslator translator) throws IOException

9.0.2_PUBLIC

introducedInitial version