Ghidra API changes: 12.1_PUBLIC → 12.1.2_PUBLIC

2 types removed, 3 types modified

Removed Types 2
Modified Types 3
class ghidra.app.util.bin.format.macho.MachHeader 3 changes history
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
class ghidra.features.bsim.query.FunctionDatabase 2 changes history
removedmethod: getConfigurationTemplates
static java.util.List<java.io.File> getConfigurationTemplates()
removedmethod: isConfigTemplate
static boolean isConfigTemplate(java.io.File file)
class ghidra.framework.remote.SignatureCallback 1 change history
removedmethod: getSigAlg
java.lang.String getSigAlg()
generic.util 1 removed
ghidra.app.util.bin.format.macho 1 modified
class ghidra.app.util.bin.format.macho.MachHeader 3 changes history
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
ghidra.features.bsim.query 1 modified
class ghidra.features.bsim.query.FunctionDatabase 2 changes history
removedmethod: getConfigurationTemplates
static java.util.List<java.io.File> getConfigurationTemplates()
removedmethod: isConfigTemplate
static boolean isConfigTemplate(java.io.File file)
ghidra.framework.remote 1 modified
class ghidra.framework.remote.SignatureCallback 1 change history
removedmethod: getSigAlg
java.lang.String getSigAlg()
ghidra.jython 1 removed