AttributeError: 'CIDABinDiff' object has no attribute 'delete_function'
overfl0 opened this issue · 1 comments
overfl0 commented
While importing files using the "import all" or "import selected" menu option, I got this error.
Traceback (most recent call last):
File "diaphora\diaphora_ida.py", line 305, in activate
return self.obj.OnCommand(sel, self.cmd_id)
File "diaphora\diaphora_ida.py", line 496, in OnCommand
self.bindiff.import_one(self.items[n])
File "diaphora\diaphora_ida.py", line 1483, in import_one
self.delete_function(ea1)
AttributeError: 'CIDABinDiff' object has no attribute 'delete_function'
By quickly skimming over the code, it looks like that function was indeed present some time ago, but was then removed, while some references to it were kept.
At this moment, I can see two references to it:
joxeankoret commented
Thank you very much for reporting! Fixed with 59017c5