You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i press ctrl-shift-D, it gave an error: Failed while executing plugin_t.run():
Traceback (most recent call last):
File "C:/Program Files/IDA Professional 9.0/plugins/AntiDebugSeeker.py", line 405, in run
self.detect_anti_debug_functions()
File "C:/Program Files/IDA Professional 9.0/plugins/AntiDebugSeeker.py", line 676, in detect_anti_debug_functions
result = self.search_asm(search_keyword)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:/Program Files/IDA Professional 9.0/plugins/AntiDebugSeeker.py", line 537, in search_asm
if seg_ea != entry_section.start_ea:
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'start_ea'
The text was updated successfully, but these errors were encountered:
when i press ctrl-shift-D, it gave an error: Failed while executing plugin_t.run():
Traceback (most recent call last):
File "C:/Program Files/IDA Professional 9.0/plugins/AntiDebugSeeker.py", line 405, in run
self.detect_anti_debug_functions()
File "C:/Program Files/IDA Professional 9.0/plugins/AntiDebugSeeker.py", line 676, in detect_anti_debug_functions
result = self.search_asm(search_keyword)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:/Program Files/IDA Professional 9.0/plugins/AntiDebugSeeker.py", line 537, in search_asm
if seg_ea != entry_section.start_ea:
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'start_ea'
The text was updated successfully, but these errors were encountered: