ghidra_kernelcache icon indicating copy to clipboard operation
ghidra_kernelcache copied to clipboard

ImportError: No module named continues

Open chr1s0x1 opened this issue 2 years ago • 2 comments

I placed the .py files in my ghidra_scripts folder in: /user/user_name/ghidra_scripts.

After doing so, I went checked KC.py in the script manager and ran it, just to get this error:

Traceback (most recent call last): File "/Users/chr1s0x1/ghidra_scripts/KC.py", line 6, in from utils.helpers import * File "/Users/chr1s0x1/ghidra_scripts/utils/helpers.py", line 17, in from generic.continues import RethrowContinuesFactory ImportError: No module named continues

Any reason as to why this happens? Thanks

chr1s0x1 avatar Dec 13 '22 03:12 chr1s0x1

I have this issue as well.

TylerJaacks avatar Jan 02 '23 05:01 TylerJaacks

I commented out line 17 in utils/helper.py and I think that fixed it.

TylerJaacks avatar Jan 02 '23 05:01 TylerJaacks