Uses of Class
rubydragon.GhidraInterpreter
Package
Description
-
Uses of GhidraInterpreter in rubydragon
Modifier and TypeClassDescriptionclass
An interpreter that can also run scripts.Modifier and TypeMethodDescriptionabstract GhidraInterpreter
DragonPlugin.getInterpreter()
Gives the interpreter currently in use by the plugin. -
Uses of GhidraInterpreter in rubydragon.clojure
Modifier and TypeClassDescriptionclass
A Clojure interpreter for Ghidra.Modifier and TypeMethodDescriptionClojureDragonPlugin.getInterpreter()
Gives the clojure interpreter currently in use. -
Uses of GhidraInterpreter in rubydragon.groovy
Modifier and TypeMethodDescriptionGroovyDragonPlugin.getInterpreter()
Gives the Groovy interpreter currently in use. -
Uses of GhidraInterpreter in rubydragon.jshell
Modifier and TypeClassDescriptionclass
A Java interpreter for Ghidra, based on JShell.Modifier and TypeMethodDescriptionJShellDragonPlugin.getInterpreter()
Gives the java interpreter currently in use. -
Uses of GhidraInterpreter in rubydragon.kotlin
Modifier and TypeMethodDescriptionKotlinDragonPlugin.getInterpreter()
Gives the kotlin interpreter currently in use. -
Uses of GhidraInterpreter in rubydragon.ruby
Modifier and TypeClassDescriptionclass
A Ruby interpreter for Ghidra, built using JRuby.Modifier and TypeMethodDescriptionRubyDragonPlugin.getInterpreter()
Gives the ruby interpreter currently in use.