L4ys / LazyIDA

Make your IDA Lazy!
MIT License
1.07k stars 162 forks source link

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

Open 007-system opened 2 hours ago

007-system commented 2 hours ago

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 commented 2 hours ago

what do i do?