Releases: GhidraJupyter/ghidra-jupyter-kotlin
Releases · GhidraJupyter/ghidra-jupyter-kotlin
v1.4.2
Bump Ghidra version to 10.1.2
v1.4.1
Fix CI check of KotlinScriptProvider
v1.4.0
Targets Ghidra 10.1 and includes some new comfort features like:
- Configuring what command is being run to attach a console to the kernel (so a terminal with the jupyter-console can be used)
- Configurable default URLs on a program and project level, so one button starts a kernel waiting for a notebook and also opens the URL pointing to the notebook.
v1.3.1
Bump to 10.1 (#23) Co-authored-by: Florian Magin <[email protected]>
v1.3.0
Add runTransaction{} and .functions extension methods (#20) * Add runTransaction{} and .functions extension methods * Make transaction snippet clearer Co-authored-by: Florian Magin <[email protected]>
v1.2.9
Fix scripts execution on Windows
v1.2.8
Really bump to 10.0.2 now (#16) Co-authored-by: Florian Magin <[email protected]> turns out that I messed up last time and only changed the version string not the direct link to the zip which was the actually important part. Now the CI just uses the setup-ghidra action with just the version number again which has been fixed and works with the github releases by default now.
v1.2.5
Bump Ghidra version to 10.0.1 (#12) * Bump Ghidra version to 10.0.1 * Use my forked version of setup-ghidra Regular setup-ghidra action doesn't handle the new Ghidra 10 releases that are directly on github. My fork supports a direct link to the zip which serves as a stopgap measure Co-authored-by: Florian Magin <[email protected]>
v1.2.3
Bump Ghidra Version to 9.2.4
v1.2.2
Basic ci test (#11) * Add minimal Launchable for CI purposes * Add basic startup test * Add basic eval test * bump ghidra version for testing to 9.2.3 * Export extension as artifact for debugging * Use latest kotlin kernel version with Logging Fix Co-authored-by: Florian Magin <[email protected]>