- changed status to resolved
UnboundLocalError when using the "Rename potential wrapper functions" feature
Issue #16
resolved
Here is the error i got once clicking the "Rename potential wrapper functions" button, It works on other IDBs but in one of them i get the error:
Traceback (most recent call last):
File "C:/idaScripts/simplifire.idascope\idascope\widgets\FunctionInspectionWidget.py", line 424, in _onRenameWrappersButtonClicked
self.si.renamePotentialWrapperFunctions()
File "C:/idaScripts/simplifire.idascope\idascope\core\SemanticIdentifier.py", line 459, in renamePotentialWrapperFunctions
if nr_calls == 1 and len(w_name) > 0:
UnboundLocalError: local variable 'w_name' referenced before assignment
Comments (1)
-
repo owner - Log in to comment
fixed Issue
#16by initializing variable properly.→ <<cset 408fd6986d02>>