leveldown-security/SVD-Loader-Ghidra

AttributeError: 'NoneType' object has no attribute 'getListing'

yattr opened this issue · 1 comments

yattr commented

SVD-Loader.py> Running...
Loading SVD file...
Done!
Traceback (most recent call last):
File "/Users/edrocha/Downloads/SVD-Loader-Ghidra-master/SVD-Loader.py", line 108, in
listing = currentProgram.getListing()
AttributeError: 'NoneType' object has no attribute 'getListing'
SVD-Loader.py> Finished!

You need to have a program loaded to analyze before you load the SVD. I did the same thing