TestEnv

Package: ghidra.test
Type: class

12.0_PUBLIC

modifiedmethod: loadResourceProgramAsBinary
removed throws DuplicateNameException; removed throws InvalidNameException
- ghidra.program.model.listing.Program loadResourceProgramAsBinary(java.lang.String programName, ghidra.program.model.lang.Language language, ghidra.program.model.lang.CompilerSpec compilerSpec) throws LanguageNotFoundException, IOException, CancelledException, DuplicateNameException, InvalidNameException, VersionException
+ ghidra.program.model.listing.Program loadResourceProgramAsBinary(java.lang.String programName, ghidra.program.model.lang.Language language, ghidra.program.model.lang.CompilerSpec compilerSpec) throws LanguageNotFoundException, IOException, CancelledException, VersionException
modifiedmethod: loadResourceProgramAsBinary
removed throws DuplicateNameException; removed throws InvalidNameException
- ghidra.program.model.listing.Program loadResourceProgramAsBinary(java.lang.String programName, ghidra.program.model.lang.Processor processor) throws CancelledException, DuplicateNameException, InvalidNameException, VersionException, IOException
+ ghidra.program.model.listing.Program loadResourceProgramAsBinary(java.lang.String programName, ghidra.program.model.lang.Processor processor) throws CancelledException, VersionException, IOException

11.4_PUBLIC

modifiedmethod: closeAndReopenProject
added throws Exception; removed throws IOException
- void closeAndReopenProject() throws IOException
+ void closeAndReopenProject() throws Exception

10.3_PUBLIC

addedmethod: launchToolWithURL
ghidra.framework.plugintool.PluginTool launchToolWithURL(java.lang.String toolName, java.net.URL ghidraUrl)

9.2_PUBLIC

modifiedmethod: getGhidraCreatedTools
return type: ghidra.framework.model.Tool[] → ghidra.framework.plugintool.PluginTool[]
- ghidra.framework.model.Tool[] getGhidraCreatedTools()
+ ghidra.framework.plugintool.PluginTool[] getGhidraCreatedTools()
modifiedmethod: runScript
param 1 renamed: script → scriptFile
- ghidra.test.ScriptTaskListener runScript(java.io.File script) throws PluginException
+ ghidra.test.ScriptTaskListener runScript(java.io.File scriptFile) throws PluginException

9.1_PUBLIC

modifiedmethod: restoreDataTypeArchive
added throws Exception; removed throws InvalidNameException; removed throws IOException; removed throws VersionException
- ghidra.framework.model.DomainFile restoreDataTypeArchive(java.lang.String relativePathName, ghidra.framework.model.DomainFolder domainFolder) throws InvalidNameException, IOException, VersionException
+ ghidra.framework.model.DomainFile restoreDataTypeArchive(java.lang.String relativePathName, ghidra.framework.model.DomainFolder domainFolder) throws Exception
modifiedmethod: saveToCache
added throws Exception; removed throws IOException; removed throws DuplicateNameException; removed throws CancelledException
- void saveToCache(java.lang.String progName, ghidra.program.database.ProgramDB program, boolean replace, ghidra.util.task.TaskMonitor monitor) throws IOException, DuplicateNameException, CancelledException
+ void saveToCache(java.lang.String progName, ghidra.program.database.ProgramDB program, boolean replace, ghidra.util.task.TaskMonitor monitor) throws Exception

9.0.2_PUBLIC

addedmethod: disposeFrontEndTool
void disposeFrontEndTool()
addedmethod: launchDefaultToolByName
ghidra.framework.plugintool.PluginTool launchDefaultToolByName(java.lang.String toolName)
addedmethod: printProgramConsumers
void printProgramConsumers(ghidra.program.model.listing.Program program)
addedmethod: setAutoSaveEnabled
void setAutoSaveEnabled(ghidra.framework.main.FrontEndTool frontEndToolInstance, boolean enabled)

9.0.1_PUBLIC

introducedInitial version