modifiedmethod:
getScriptInstance
added throws GhidraScriptLoadException; removed throws ClassNotFoundException; removed throws InstantiationException; removed throws IllegalAccessException
- ghidra.app.script.GhidraScript getScriptInstance(generic.jar.ResourceFile sourceFile, java.io.PrintWriter writer) throws ClassNotFoundException, InstantiationException, IllegalAccessException
+ ghidra.app.script.GhidraScript getScriptInstance(generic.jar.ResourceFile sourceFile, java.io.PrintWriter writer) throws GhidraScriptLoadException