intezer / analyze-community-ghidra-plugin

Ghidra plugin for https://analyze.intezer.com
BSD 3-Clause "New" or "Revised" License
69 stars 12 forks source link

Ghidra Bridge / Python3 port #24

Open 4rchib4ld opened 2 years ago

4rchib4ld commented 2 years ago

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).

davidt99 commented 2 years ago

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.