Skip to content

Releases: GhidraJupyter/ghidra-jupyter-kotlin

v1.4.2

08 Feb 11:43
Compare
Choose a tag to compare
Bump Ghidra version to 10.1.2

v1.4.1

22 Dec 11:58
Compare
Choose a tag to compare
Fix CI check of KotlinScriptProvider

v1.4.0

12 Dec 11:53
Compare
Choose a tag to compare

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

11 Dec 10:03
ee8e376
Compare
Choose a tag to compare
Bump to 10.1 (#23)

Co-authored-by: Florian Magin <[email protected]>

v1.3.0

04 Nov 14:11
1a2a680
Compare
Choose a tag to compare
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

30 Sep 08:03
Compare
Choose a tag to compare
Fix scripts execution on Windows

v1.2.8

01 Sep 14:18
4838089
Compare
Choose a tag to compare
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

17 Jul 09:30
fe2c1ce
Compare
Choose a tag to compare
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

16 Jun 12:53
Compare
Choose a tag to compare
Bump Ghidra Version to 9.2.4

v1.2.2

26 Apr 09:33
54b9a1b
Compare
Choose a tag to compare
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]>