Uses of Class
com.goatshriek.rubydragon.GhidraInterpreter
Packages that use GhidraInterpreter
Package
Description
-
Uses of GhidraInterpreter in com.goatshriek.rubydragon
Subclasses of GhidraInterpreter in com.goatshriek.rubydragonModifier and TypeClassDescriptionclass
An interpreter that can also run scripts.Methods in com.goatshriek.rubydragon that return GhidraInterpreterModifier and TypeMethodDescriptionabstract GhidraInterpreter
DragonPlugin.getInterpreter()
Gives the interpreter currently in use by the plugin. -
Uses of GhidraInterpreter in com.goatshriek.rubydragon.clojure
Subclasses of GhidraInterpreter in com.goatshriek.rubydragon.clojureModifier and TypeClassDescriptionclass
A Clojure interpreter for Ghidra.Methods in com.goatshriek.rubydragon.clojure that return GhidraInterpreterModifier and TypeMethodDescriptionClojureDragonPlugin.getInterpreter()
Gives the clojure interpreter currently in use. -
Uses of GhidraInterpreter in com.goatshriek.rubydragon.groovy
Subclasses of GhidraInterpreter in com.goatshriek.rubydragon.groovyMethods in com.goatshriek.rubydragon.groovy that return GhidraInterpreterModifier and TypeMethodDescriptionGroovyDragonPlugin.getInterpreter()
Gives the Groovy interpreter currently in use. -
Uses of GhidraInterpreter in com.goatshriek.rubydragon.jshell
Subclasses of GhidraInterpreter in com.goatshriek.rubydragon.jshellModifier and TypeClassDescriptionclass
A Java interpreter for Ghidra, based on JShell.Methods in com.goatshriek.rubydragon.jshell that return GhidraInterpreterModifier and TypeMethodDescriptionJShellDragonPlugin.getInterpreter()
Gives the java interpreter currently in use. -
Uses of GhidraInterpreter in com.goatshriek.rubydragon.kotlin
Subclasses of GhidraInterpreter in com.goatshriek.rubydragon.kotlinMethods in com.goatshriek.rubydragon.kotlin that return GhidraInterpreterModifier and TypeMethodDescriptionKotlinDragonPlugin.getInterpreter()
Gives the kotlin interpreter currently in use. -
Uses of GhidraInterpreter in com.goatshriek.rubydragon.ruby
Subclasses of GhidraInterpreter in com.goatshriek.rubydragon.rubyModifier and TypeClassDescriptionclass
A Ruby interpreter for Ghidra, built using JRuby.Methods in com.goatshriek.rubydragon.ruby that return GhidraInterpreterModifier and TypeMethodDescriptionRubyDragonPlugin.getInterpreter()
Gives the ruby interpreter currently in use.