idapython / bin

IDAPython binaries
112 stars 37 forks source link

is it possible to install idapython on ida free? #5

Closed andreafioraldi closed 5 years ago

andreafioraldi commented 6 years ago

I have installed the new ida free 7.0 and I'm asking if i can install idapython on it. Thanks :)

tosanjay commented 6 years ago

I also tried this, but failed. Looks like , IDA free does not load IDAPython plugins. So, the question is: Is there any way around this?

lallousx86 commented 6 years ago

No, not officially. It seems a limitation of the free IDA version. Forcefully making the plugin work could be in violation of this free version terms.

aundro commented 5 years ago

There's a boatload of C functions that IDA free doesn't export. If you somehow manage to get IDAPython to compile against the free IDA libraries, by then you'll have had to strip it of so much of its functionality that it's gonna be entirely useless.