modifiedmethod:
parseAndCheck
added throws MachException
- boolean parseAndCheck(int loadCommandType) throws IOException
+ boolean parseAndCheck(int loadCommandType) throws IOException, MachException
modifiedmethod:
parseReexports
added throws MachException
- java.util.List<ghidra.app.util.bin.format.macho.commands.DynamicLibraryCommand> parseReexports() throws IOException
+ java.util.List<ghidra.app.util.bin.format.macho.commands.DynamicLibraryCommand> parseReexports() throws IOException, MachException
modifiedmethod:
parseSegments
added throws MachException
- java.util.List<ghidra.app.util.bin.format.macho.commands.SegmentCommand> parseSegments() throws IOException
+ java.util.List<ghidra.app.util.bin.format.macho.commands.SegmentCommand> parseSegments() throws IOException, MachException