user6903
user6903

Reputation: 143

How to get the version of IDA Pro use IDC or IDAPython?

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

Answers (1)

re_things
re_things

Reputation: 709

In python you can check idaapi.IDA_SDK_VERSION. Source: http://www.idabook.com/tools/sdk_versions.h

Upvotes: 2

Related Questions