0xb0bb/pwndra

GoToMain is broken with latest Ghidra

port513 opened this issue · 1 comments

Get an import error that some package can't be found.
Haven't looked into this yet, just noticed this after an update of Ghidra.

Error:
Traceback (most recent call last):
File "... /ghidra_scripts/pwndra/scripts/UtilitiesGotoMain.py", line 11, in
import generic.continues.RethrowContinuesFactory as RethrowContinuesFactory
ImportError: No module named continues

Hi, I am investigating this issue. I believe it may have something to do with a Java JDK change in JDK > 15. I will attempt to find a workaround.