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
Beginning in IDA 7.4 python 3 was introduced and some of the syntax changed. Currently 'sym' will generate scripts containing calls like 'MakeName' that now have different names. I'd say for maximum compatibility we should have a command line arg to set old version Ida, but by default assume python 3.
Cheers, Andi.
The text was updated successfully, but these errors were encountered:
Sounds good. I think we can safely ignore compatibility for older versions of Python, as Python 2.x is officially dead as of 2020-01-01. Lets just update to the newest version of the API.
Beginning in IDA 7.4 python 3 was introduced and some of the syntax changed. Currently 'sym' will generate scripts containing calls like 'MakeName' that now have different names. I'd say for maximum compatibility we should have a command line arg to set old version Ida, but by default assume python 3.
Cheers, Andi.
The text was updated successfully, but these errors were encountered: