GoToMain is broken with latest Ghidra
port513 opened this issue · 1 comments
port513 commented
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
0xb0bb commented
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.