Ghidra API changes: 11.4_PUBLIC → 11.4.1_PUBLIC

6 types modified

Modified Types 6
class ghidra.app.plugin.processors.sleigh.SleighInstructionPrototype 2 changes history
addedmethod: getSeparator
java.lang.String getSeparator(int opIndex)
removedmethod: getSeparator
java.lang.String getSeparator(int opIndex, ghidra.program.model.lang.InstructionContext context)
class ghidra.app.util.bin.format.macho.dyld.DyldCacheHeader 6 changes history
addedmethod: getFunctionVariantInfoAddr
long getFunctionVariantInfoAddr()
addedmethod: getFunctionVariantInfoSize
long getFunctionVariantInfoSize()
addedmethod: getPreWarmingDataOffset
long getPreWarmingDataOffset()
addedmethod: getPreWarmingDataSize
long getPreWarmingDataSize()
addedmethod: getImageInfos
java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldCacheImageInfo> getImageInfos()
removedmethod: getMappedImages
java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldCacheImage> getMappedImages()
class ghidra.app.util.opinion.DyldCacheUtils.SplitDyldCache 2 changes history
addedmethod: getImageRecords
java.util.List<ghidra.app.util.opinion.DyldCacheUtils.DyldCacheImageRecord> getImageRecords()
addedmethod: getMacho
ghidra.app.util.bin.format.macho.MachHeader getMacho(ghidra.app.util.opinion.DyldCacheUtils.DyldCacheImageRecord imageRecord) throws MachException, IOException
class ghidra.program.disassemble.ReDisassembler.ReDisState 2 changes history
addedfield: progMemBuffers
java.util.Map<ghidra.program.model.address.AddressSpace,ghidra.program.model.mem.MemBuffer> progMemBuffers
removedfield: progMemBuffer
ghidra.program.model.mem.MemBuffer progMemBuffer
class ghidra.program.model.lang.InstructionPrototype 2 changes history
addedmethod: getSeparator
java.lang.String getSeparator(int opIndex)
removedmethod: getSeparator
java.lang.String getSeparator(int opIndex, ghidra.program.model.lang.InstructionContext context)
class ghidra.program.model.lang.InvalidPrototype 2 changes history
addedmethod: getSeparator
java.lang.String getSeparator(int opIndex)
removedmethod: getSeparator
java.lang.String getSeparator(int opIndex, ghidra.program.model.lang.InstructionContext context)
ghidra.app.plugin.processors.sleigh 1 modified
class ghidra.app.plugin.processors.sleigh.SleighInstructionPrototype 2 changes history
addedmethod: getSeparator
java.lang.String getSeparator(int opIndex)
removedmethod: getSeparator
java.lang.String getSeparator(int opIndex, ghidra.program.model.lang.InstructionContext context)
ghidra.app.util.bin.format.macho.dyld 1 modified
class ghidra.app.util.bin.format.macho.dyld.DyldCacheHeader 6 changes history
addedmethod: getFunctionVariantInfoAddr
long getFunctionVariantInfoAddr()
addedmethod: getFunctionVariantInfoSize
long getFunctionVariantInfoSize()
addedmethod: getPreWarmingDataOffset
long getPreWarmingDataOffset()
addedmethod: getPreWarmingDataSize
long getPreWarmingDataSize()
addedmethod: getImageInfos
java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldCacheImageInfo> getImageInfos()
removedmethod: getMappedImages
java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldCacheImage> getMappedImages()
ghidra.app.util.opinion 1 modified
class ghidra.app.util.opinion.DyldCacheUtils.SplitDyldCache 2 changes history
addedmethod: getImageRecords
java.util.List<ghidra.app.util.opinion.DyldCacheUtils.DyldCacheImageRecord> getImageRecords()
addedmethod: getMacho
ghidra.app.util.bin.format.macho.MachHeader getMacho(ghidra.app.util.opinion.DyldCacheUtils.DyldCacheImageRecord imageRecord) throws MachException, IOException
ghidra.program.disassemble 1 modified
class ghidra.program.disassemble.ReDisassembler.ReDisState 2 changes history
addedfield: progMemBuffers
java.util.Map<ghidra.program.model.address.AddressSpace,ghidra.program.model.mem.MemBuffer> progMemBuffers
removedfield: progMemBuffer
ghidra.program.model.mem.MemBuffer progMemBuffer
ghidra.program.model.lang 2 modified
class ghidra.program.model.lang.InstructionPrototype 2 changes history
addedmethod: getSeparator
java.lang.String getSeparator(int opIndex)
removedmethod: getSeparator
java.lang.String getSeparator(int opIndex, ghidra.program.model.lang.InstructionContext context)
class ghidra.program.model.lang.InvalidPrototype 2 changes history
addedmethod: getSeparator
java.lang.String getSeparator(int opIndex)
removedmethod: getSeparator
java.lang.String getSeparator(int opIndex, ghidra.program.model.lang.InstructionContext context)