Index
All Classes and Interfaces|All Packages|Serialized Form
C
- ClojureDragonPlugin - Class in rubydragon.clojure
-
ClojureDragon provides Clojure support within Ghidra, both in an interactive terminal session as well as standalone scripts.
- ClojureDragonPlugin(PluginTool) - Constructor for class rubydragon.clojure.ClojureDragonPlugin
-
Plugin constructor.
- ClojureGhidraClassLoader - Class in rubydragon.clojure
-
Custom classloader for Clojure scripts so that they don't have to be in the classpath in order to be run.
- ClojureGhidraClassLoader() - Constructor for class rubydragon.clojure.ClojureGhidraClassLoader
- ClojureGhidraInterpreter - Class in rubydragon.clojure
-
A Clojure interpreter for Ghidra.
- ClojureGhidraInterpreter() - Constructor for class rubydragon.clojure.ClojureGhidraInterpreter
-
Creates a new Clojure interpreter.
- ClojureGhidraInterpreter(InterpreterConsole, DragonPlugin) - Constructor for class rubydragon.clojure.ClojureGhidraInterpreter
-
Creates a new interpreter, and ties the streams for the provided console to the new interpreter.
- ClojureScript - Class in rubydragon.clojure
-
A Ghidra script written in Clojure.
- ClojureScript() - Constructor for class rubydragon.clojure.ClojureScript
-
Creates a new script, with its own interpreter instance.
- ClojureScriptProvider - Class in rubydragon.clojure
-
Supports Clojure scripts within ghidra.
- ClojureScriptProvider() - Constructor for class rubydragon.clojure.ClojureScriptProvider
- counter - Static variable in class rubydragon.jshell.JShellGhidraInterpreter
- createNewScript(ResourceFile, String) - Method in class rubydragon.clojure.ClojureScriptProvider
-
Creates a new script file for the given script and category.
- createNewScript(ResourceFile, String) - Method in class rubydragon.groovy.GroovyScriptProvider
-
Creates a new script file for the given script and category.
- createNewScript(ResourceFile, String) - Method in class rubydragon.kotlin.KotlinScriptProvider
-
Creates a new script file for the given script and category.
- createNewScript(ResourceFile, String) - Method in class rubydragon.ruby.RubyScriptProvider
-
Creates a new script file for the given script and category.
- createProxies() - Method in class rubydragon.ruby.RubyGhidraInterpreter
-
Sets up method proxies at the top level to mirror $script or $current_api methods, as jython does.
All Classes and Interfaces|All Packages|Serialized Form