GhidraJupyter / ghidra-jupyter-kotlin

MIT License
115 stars 10 forks source link

Incoorporate KotlinScriptProvider #13

Closed fmagin closed 3 years ago

fmagin commented 3 years ago

Uses a modified version of the KotlinScriptProvider class from https://github.com/VDOO-Connected-Trust/KotlinScriptProvider with fixes for Ghidra versions 9.2+

fmagin commented 3 years ago

@tmr232 do we just want to merge this so there is at least some usable Kotlin script provider again, or clean this up and use the "proper" APIs instead of calling kotlinc?

tmr232 commented 3 years ago

I am all for making it "clean & proper", but I don't have the time to do that now, so I think we can go with the kotlinc dependency until we get it right.