Matt Joiner
Matt Joiner

Reputation: 118560

Installing scripts on IDA Pro

Around the net I've seen reference to "scripts" for IDA Pro, but can't work out how to load or install them for IDA Pro 4.9 Freeware Version.

How do I do this? In particular I wish to use PE Scripts.

Upvotes: 1

Views: 10334

Answers (2)

Elias Bachaalany
Elias Bachaalany

Reputation: 1200

You cannot really install script for IDA Pro. You just point IDA Pro to them scripts.

Some script file have special consideration for IDA Pro, such as ida.idc, onload.idc, etc...

You can run an IDC from the command line too with the -Sscript.idc switch

Upvotes: 0

kennytm
kennytm

Reputation: 523374

If those scripts are IDC scripts, they can be loaded from with File -> IDC File....

If this item does not exist, then probably this feature is disabled in the free version.

Upvotes: 5

Related Questions