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

AttributeError: module 'idaapi' has no attribute 'inf_is_32bit' #28

Open
007-system opened this issue Oct 24, 2024 · 2 comments
Open

AttributeError: module 'idaapi' has no attribute 'inf_is_32bit' #28

007-system opened this issue Oct 24, 2024 · 2 comments

Comments

@007-system
Copy link

Use IDA Pro 8.3

Failed while executing plugin_t.init():
Traceback (most recent call last):
  File "D:/IDA_Pro_8.3/plugins/LazyIDA.py", line 722, in init
    elif idaapi.inf_is_32bit():
         ^^^^^^^^^^^^^^^^^^^
AttributeError: module 'idaapi' has no attribute 'inf_is_32bit
@007-system
Copy link
Author

what do i do?

@n132
Copy link

n132 commented Dec 13, 2024

Try to change it to idaapi.inf_is_32bit_exactly().
If it doesn't work, search in your ida dir with
grep -r "inf_is_32bit" ./python/3/ and replace the original code with the fond function name.

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