KotlinScriptProvider icon indicating copy to clipboard operation
KotlinScriptProvider copied to clipboard

A Ghidra extension for running Kotlin scripts

Results 2 KotlinScriptProvider issues
Sort by recently updated
recently updated
newest added

Plugin fails to build with Ghidra 9.2 due to the issues discussed in https://github.com/NationalSecurityAgency/ghidra/issues/2490 ``` > Task :compileJava /home/fmagin/gits/KotlinScriptProvider/src/main/java/KotlinScriptProvider/KotlinScriptProvider.java:34: error: cannot find symbol private JavaScriptClassLoader loader = new JavaScriptClassLoader(); ^...

This allows `gradle prepDev` of a Ghidra development setup to pickup the dependency on the jar and add it to the build/libraryDependencies.txt which is used to collect the external jars...