I made a port for this plugin to Ghidra bridge / Python3, because using Jython is not fun.
I don't know if I should make a pull request and add a branch "Python3" to this repository or just keep it on my side.
Anyway, it exists and seems to work (based on my tests on Ubuntu 20.04).
Hi @4rchib4ld , thanks for the work!
I think for now the best option would be to add the file as a different module to the repository.
We can extract the core python to a different module to avoid duplicates.
Hi,
I made a port for this plugin to Ghidra bridge / Python3, because using Jython is not fun. I don't know if I should make a pull request and add a branch "Python3" to this repository or just keep it on my side.
Anyway, it exists and seems to work (based on my tests on Ubuntu 20.04).