Uses of Class
com.goatshriek.rubydragon.DragonPlugin
Packages that use DragonPlugin
Package
Description
-
Uses of DragonPlugin in com.goatshriek.rubydragon
Methods in com.goatshriek.rubydragon that return DragonPluginModifier and TypeMethodDescriptionabstract DragonPlugin
GhidraInterpreter.getParentPlugin()
The DragonPlugin that this interpreter is attached to. -
Uses of DragonPlugin in com.goatshriek.rubydragon.clojure
Subclasses of DragonPlugin in com.goatshriek.rubydragon.clojureModifier and TypeClassDescriptionclass
ClojureDragon provides Clojure support within Ghidra, both in an interactive terminal session as well as standalone scripts.Methods in com.goatshriek.rubydragon.clojure that return DragonPluginModifier and TypeMethodDescriptionClojureGhidraInterpreter.getParentPlugin()
The DragonPlugin that this interpreter is attached to.Constructors in com.goatshriek.rubydragon.clojure with parameters of type DragonPluginModifierConstructorDescriptionClojureGhidraInterpreter
(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 com.goatshriek.rubydragon.groovy
Subclasses of DragonPlugin in com.goatshriek.rubydragon.groovyModifier and TypeClassDescriptionclass
GroovyDragon provides an interactive Groovy terminal session within Ghidra.Methods in com.goatshriek.rubydragon.groovy that return DragonPluginModifier and TypeMethodDescriptionGroovyGhidraInterpreter.getParentPlugin()
The DragonPlugin that this interpreter is attached to.Constructors in com.goatshriek.rubydragon.groovy with parameters of type DragonPluginModifierConstructorDescriptionGroovyGhidraInterpreter
(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 com.goatshriek.rubydragon.jshell
Subclasses of DragonPlugin in com.goatshriek.rubydragon.jshellModifier and TypeClassDescriptionclass
JShellDragon provides an interactive Java terminal session within Ghidra via JShell.Methods in com.goatshriek.rubydragon.jshell that return DragonPluginModifier and TypeMethodDescriptionJShellGhidraInterpreter.getParentPlugin()
The DragonPlugin that this interpreter is attached to.Constructors in com.goatshriek.rubydragon.jshell with parameters of type DragonPluginModifierConstructorDescriptionJShellGhidraInterpreter
(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 com.goatshriek.rubydragon.kotlin
Subclasses of DragonPlugin in com.goatshriek.rubydragon.kotlinModifier and TypeClassDescriptionclass
KotlinDragon provides Kotlin support within Ghidra, both in an interactive terminal session as well as standalone scripts.Methods in com.goatshriek.rubydragon.kotlin that return DragonPluginModifier and TypeMethodDescriptionKotlinGhidraInterpreter.getParentPlugin()
The DragonPlugin that this interpreter is attached to.Constructors in com.goatshriek.rubydragon.kotlin with parameters of type DragonPluginModifierConstructorDescriptionKotlinGhidraInterpreter
(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 com.goatshriek.rubydragon.ruby
Subclasses of DragonPlugin in com.goatshriek.rubydragon.rubyModifier and TypeClassDescriptionclass
RubyDragon provides Ruby support within Ghidra, both in an interactive terminal session as well as standalone scripts.Methods in com.goatshriek.rubydragon.ruby that return DragonPluginModifier and TypeMethodDescriptionRubyGhidraInterpreter.getParentPlugin()
The DragonPlugin that this interpreter is attached to.Constructors in com.goatshriek.rubydragon.ruby with parameters of type DragonPluginModifierConstructorDescriptionRubyGhidraInterpreter
(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.