emerald
emerald copied to clipboard
ImportError: cannot import name OptionsService
emerald.py> Running...
Traceback (most recent call last):
File "/path/to/ghidra_scripts/emerald.py", line 20, in
i was able to circumvent this by removing the import
Hi ! You can update the import with :
from docking.options import OptionsService
It works.