illera88 / Ponce

IDA 2016 plugin contest winner! Symbolic Execution just one-click away!
https://docs.idaponce.com
Other
1.48k stars 72 forks source link

Support for IDA Free 7 #103

Closed Trolldemorted closed 4 years ago

Trolldemorted commented 4 years ago

On 7.0.191002 putting the dll into /plugins causes this error in the output window:

LoadLibrary(C:\Program Files\IDA Freeware 7.0\plugins\Ponce64.dll) error: Die angegebene Prozedur wurde nicht gefunden.
C:\Program Files\IDA Freeware 7.0\plugins\Ponce64.dll: can't load file

LoadLibrary(C:\Program Files\IDA Freeware 7.0\plugins\Ponce64.dll) error: Die angegebene Prozedur wurde nicht gefunden.
C:\Program Files\IDA Freeware 7.0\plugins\Ponce64.dll: can't load file

Any workarounds for that?

illera88 commented 4 years ago

Unfortunately it seems that IDA plugins do not work on IDA Free 7 :/

https://reverseengineering.stackexchange.com/questions/17632/do-ida-python-plugins-work-with-ida-free-or-only-ida-pro

I've still asked Hex-Rays about it and I'm waiting to listen from them.

I'll keep you posted

illera88 commented 4 years ago

Hex Rays answer back: The 7.0 freeware is simply missing the functionality required for additional plugins. No SDK is available or planned for it.

Sorry