IDA and IDAPython Version

306 views
Skip to first unread message

isaac asy

unread,
Jul 29, 2010, 8:48:38 AM7/29/10
to idapython
how do i get the ida or idapython version?
i am writing a script and i want it to be able to run on more then one
version of IDAPython.
although i can use deprecated functions to understand in what version
i am running i prefer something else...
thankes alot
asy

elias

unread,
Jul 29, 2010, 6:39:23 PM7/29/10
to idapython
Hello Isaac,

For IDAPython version:

>>> print IDAPYTHON_VERSION

For IDA version, you have to pull it from the resources, but you can
also check the SDK version instead:

>>> print idaapi.IDA_SDK_VERSION

HTH,
Elias

isaac asy

unread,
Aug 1, 2010, 8:39:23 AM8/1/10
to idap...@googlegroups.com
Dear Elias

Thank you for your replay

As i run IDA 5.2 with IDAPython 1.0:
>>> idaapi.IDA_SDK_VERSION
Doesn't seems to work so then again i need to determine the IDA version by using deprecated and not-yet-implemented functions, variables and consts...

What resources do you mean? the SDK?
As far as i understand it not all things in the SDK are implemented in the IDAPython plugin

Have a great week and thank you :)


--
You received this message because you are subscribed to the Google Groups "idapython" group.
To post to this group, send email to idap...@googlegroups.com.
To unsubscribe from this group, send email to idapython+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/idapython?hl=en.


elias

unread,
Aug 4, 2010, 6:44:21 AM8/4/10
to idapython
Hello Isaac,

IDA 5.2 is too old sorry.

If you're an IDA Pro customer please consider updating to the latest
version.
Reply all
Reply to author
Forward
0 new messages