Name from drcov is "C:\Windows\notepad.exe", Filename from r2 is "notepad.exe".
getModuleIdx() will not match them together and return None, which will lead to an exception:
Traceback (most recent call last):
File "/home/florian/.local/share/RadareOrg/Cutter/plugins/python/CutterDRcov/cutterplugin.py", line 57, in dropFile
self.loadcov(fileName)
File "/home/florian/.local/share/RadareOrg/Cutter/plugins/python/CutterDRcov/cutterplugin.py", line 74, in loadcov
analyse(self.config)
File "/home/florian/.local/share/RadareOrg/Cutter/plugins/python/CutterDRcov/covTable.py", line 58, in analyse
entry, hits = analyse_function(function, config['bbs'][idx])
TypeError: list indices must be integers or slices, not NoneType
notepad-cov.tar.gz
Name from drcov is "C:\Windows\notepad.exe", Filename from r2 is "notepad.exe".
getModuleIdx()
will not match them together and return None, which will lead to an exception: