Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed while executing plugin_t.run #4

Open
eeeeeeeeeee555 opened this issue Nov 23, 2024 · 1 comment
Open

Failed while executing plugin_t.run #4

eeeeeeeeeee555 opened this issue Nov 23, 2024 · 1 comment

Comments

@eeeeeeeeeee555
Copy link

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'

@takatake-code
Copy link
Collaborator

Apologies for the delay.
Could you please provide the hash value of the program where this error occurred?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants