Uses of Class
rubydragon.DragonPlugin
Package
Description
-
Uses of DragonPlugin in rubydragon
Modifier and TypeMethodDescriptionabstract DragonPlugin
GhidraInterpreter.getParentPlugin()
The DragonPlugin that this interpreter is attached to. -
Uses of DragonPlugin in rubydragon.clojure
Modifier and TypeClassDescriptionclass
ClojureDragon provides Clojure support within Ghidra, both in an interactive terminal session as well as standalone scripts.Modifier and TypeMethodDescriptionClojureGhidraInterpreter.getParentPlugin()
The DragonPlugin that this interpreter is attached to.ModifierConstructorDescriptionClojureGhidraInterpreter
(ghidra.app.plugin.core.interpreter.InterpreterConsole console, DragonPlugin plugin) Creates a new interpreter, and ties the streams for the provided console to the new interpreter. -
Uses of DragonPlugin in rubydragon.groovy
Modifier and TypeClassDescriptionclass
GroovyDragon provides an interactive Groovy terminal session within Ghidra.Modifier and TypeMethodDescriptionGroovyGhidraInterpreter.getParentPlugin()
The DragonPlugin that this interpreter is attached to.ModifierConstructorDescriptionGroovyGhidraInterpreter
(ghidra.app.plugin.core.interpreter.InterpreterConsole console, DragonPlugin plugin) Creates a new interpreter, and ties the streams for the provided console to the new interpreter.GroovyGhidraInterpreter
(InputStream in, OutputStream out, OutputStream err, DragonPlugin plugin) Creates a new interpreter, and ties the given streams to the new interpreter. -
Uses of DragonPlugin in rubydragon.jshell
Modifier and TypeClassDescriptionclass
JShellDragon provides an interactive Java terminal session within Ghidra via JShell.Modifier and TypeMethodDescriptionJShellGhidraInterpreter.getParentPlugin()
The DragonPlugin that this interpreter is attached to.ModifierConstructorDescriptionJShellGhidraInterpreter
(ghidra.app.plugin.core.interpreter.InterpreterConsole console, DragonPlugin parentPlugin) Creates a new interpreter, and ties the streams for the provided console to the new interpreter.JShellGhidraInterpreter
(InputStream in, OutputStream out, OutputStream err, DragonPlugin parentPlugin) Creates a new interpreter, and ties the given streams to the new interpreter. -
Uses of DragonPlugin in rubydragon.kotlin
Modifier and TypeClassDescriptionclass
KotlinDragon provides Kotlin support within Ghidra, both in an interactive terminal session as well as standalone scripts.Modifier and TypeMethodDescriptionKotlinGhidraInterpreter.getParentPlugin()
The DragonPlugin that this interpreter is attached to.ModifierConstructorDescriptionKotlinGhidraInterpreter
(ghidra.app.plugin.core.interpreter.InterpreterConsole console, DragonPlugin plugin) Creates a new interpreter, and ties the streams for the provided console to the new interpreter. -
Uses of DragonPlugin in rubydragon.ruby
Modifier and TypeClassDescriptionclass
RubyDragon provides Ruby support within Ghidra, both in an interactive terminal session as well as standalone scripts.Modifier and TypeMethodDescriptionRubyGhidraInterpreter.getParentPlugin()
The DragonPlugin that this interpreter is attached to.ModifierConstructorDescriptionRubyGhidraInterpreter
(ghidra.app.plugin.core.interpreter.InterpreterConsole console, DragonPlugin plugin) Creates a new interpreter, and ties the streams for the provided console to the new interpreter.