google / binexport

Export disassemblies into Protocol Buffers
Apache License 2.0
1.05k stars 206 forks source link

Ghidra: java updated to version 21 #138

Closed SmileyAG closed 1 month ago

SmileyAG commented 1 month ago

The new version of Ghidra numbered 11.2 was released today, and now binexport is built only with the JDK version 21 or newer (which is also noted in the description of Ghidra repo itself about the using JDK 21 or newer).

I tested new builds on JDK 21 in Ghidra versions 11.0 and 11.2 - the plugin works correctly as before, so I didn't notice any regression.

SmileyAG commented 1 month ago

I see that the change was accepted into the main branch, although the request is not merged or closed, it seems to be a deployment feature. I will itself close this pull request in that case. Have a nice day everyone!