Reputation: 143
Because some of the IDC function names are changed in different IDA Pro versions. I want to know how to use IDC or IDAPython to get the current version of IDA Pro.
Upvotes: 0
Views: 1796
Reputation: 709
In python you can check idaapi.IDA_SDK_VERSION. Source: http://www.idabook.com/tools/sdk_versions.h
Upvotes: 2