PythonScriptProvider

Package: ghidra.python
Type: class

11.2_PUBLIC

removedtype: ghidra.python.PythonScriptProvider
class PythonScriptProvider

10.2_PUBLIC

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

10.0_PUBLIC

addedmethod: getBlockCommentEnd
java.util.regex.Pattern getBlockCommentEnd()
addedmethod: getBlockCommentStart
java.util.regex.Pattern getBlockCommentStart()

9.2.3_PUBLIC

addedmethod: getCertificationBodyPrefix
java.lang.String getCertificationBodyPrefix()
addedmethod: getCertifyHeaderEnd
java.lang.String getCertifyHeaderEnd()
addedmethod: getCertifyHeaderStart
java.lang.String getCertifyHeaderStart()

9.0.1_PUBLIC

introducedInitial version