addedmethod:
getReader
ghidra.app.util.bin.BinaryReader getReader()
modifiedmethod:
getSymbolFileUUID
return type: String → byte[]
- java.lang.String getSymbolFileUUID()
+ byte[] getSymbolFileUUID()
modifiedmethod:
getUUID
return type: String → byte[]
- java.lang.String getUUID()
+ byte[] getUUID()
addedmethod:
markup
void markup(ghidra.program.model.listing.Program program, boolean markupLocalSymbols, ghidra.program.model.address.AddressSpace space, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log) throws CancelledException
addedmethod:
parseLocalSymbolsInfo
void parseLocalSymbolsInfo(boolean shouldParse, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor) throws CancelledException
modifiedmethod:
parseFromFile
param 1 renamed: parseSymbols → parseLocalSymbols
- void parseFromFile(boolean parseSymbols, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor) throws CancelledException
+ void parseFromFile(boolean parseLocalSymbols, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor) throws CancelledException
removedmethod:
markup
void markup(ghidra.program.model.listing.Program program, ghidra.program.model.address.AddressSpace space, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log) throws CancelledException
addedmethod:
getCacheMappingAndSlideInfos
java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldCacheMappingAndSlideInfo> getCacheMappingAndSlideInfos()
addedmethod:
getMappedImages
java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldCacheImage> getMappedImages()
addedmethod:
getSlideInfos
java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldCacheSlideInfoCommon> getSlideInfos()
removedmethod:
getImageInfos
java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldCacheImageInfo> getImageInfos()
removedmethod:
getSlideInfo
ghidra.app.util.bin.format.macho.dyld.DyldCacheSlideInfoCommon getSlideInfo()