Error in new IDA Pro version
Closed this issue · 0 comments
Ch3nYe commented
In the latest ida pro, there is a error in ipyida:
......
Traceback (most recent call last):
File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\site-packages\ipyida\ida_qtconsole.py", line 124, in eventFilter
action = self._action_on_click(cursor.selectedText())
File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\site-packages\ipyida\ida_qtconsole.py", line 110, in _action_on_click
except ValueError:
AttributeError: module 'idaapi' has no attribute 'get_inf_structure'
Traceback (most recent call last):
File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\site-packages\ipyida\ida_qtconsole.py", line 124, in eventFilter
action = self._action_on_click(cursor.selectedText())
File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\site-packages\ipyida\ida_qtconsole.py", line 111, in _action_on_click
addr = idaapi.get_name_ea(min_ea, string)
AttributeError: module 'idaapi' has no attribute 'get_inf_structure'
I will try to request a PR to fix this.