addedmethod:
parseAndCheck
boolean parseAndCheck(int loadCommandType) throws IOException
modifiedmethod:
parseSegments
removed throws MachException
- java.util.List<ghidra.app.util.bin.format.macho.commands.SegmentCommand> parseSegments() throws IOException, MachException
+ java.util.List<ghidra.app.util.bin.format.macho.commands.SegmentCommand> parseSegments() throws IOException
addedmethod:
getSize
long getSize()
addedmethod:
parse
ghidra.app.util.bin.format.macho.MachHeader parse(ghidra.app.util.opinion.DyldCacheUtils.SplitDyldCache splitDyldCache) throws IOException, MachException
modifiedmethod:
parse
return type: void → MachHeader
- void parse() throws IOException, MachException
+ ghidra.app.util.bin.format.macho.MachHeader parse() throws IOException, MachException
removedmethod:
createMachHeader
static ghidra.app.util.bin.format.macho.MachHeader createMachHeader(generic.continues.GenericFactory factory, ghidra.app.util.bin.ByteProvider provider) throws IOException, MachException
removedmethod:
createMachHeader
static ghidra.app.util.bin.format.macho.MachHeader createMachHeader(generic.continues.GenericFactory factory, ghidra.app.util.bin.ByteProvider provider, long machHeaderStartIndexInProvider) throws IOException, MachException
removedmethod:
createMachHeader
static ghidra.app.util.bin.format.macho.MachHeader createMachHeader(generic.continues.GenericFactory factory, ghidra.app.util.bin.ByteProvider provider, long machHeaderStartIndexInProvider, boolean isRemainingMachoRelativeToStartIndex) throws IOException, MachException