English 中文(简体)
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.

最佳回答

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.

问题回答

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





相关问题
What does it mean "to write a web service"?

I just asked a question about whether it was possible to write a web-page-checking code and run it from free web server, and one supporter answered and said that it was possible only if I run "a web ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Dynamically building a command in bash

I am construcing a command in bash dynamically. This works fine: COMMAND="java myclass" ${COMMAND} Now I want to dynamically construct a command that redirectes the output: LOG=">> myfile.log ...

Why does Scala create a ~/tmp directory when I run a script?

When I execute a Scala script from the command line, a directory named "tmp" is created in my home directory. It is always empty, so I simply deleted it without any apparent problem. Of course, when I ...

Ivy, ant and start scripts

I have a project that uses ant to build and ivy for dependencies. I would like to generate the start scripts for my project, with the classpath, based on the dependencies configured in Ivy, ...

热门标签