You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if users/developers want to use retdec-idaplugin in local decompilation mode with retdec, they need to either get the pre-compiled retdec package, or build and install it themselves. Then whey need to configure retdec-idaplugin in order to use local decompilation.
This could be made much easier - retdec-idaplugin could take care of everything:
CMake could take option that would cause it to get, build and install retdec alongside retdec-idaplugin.
Such a build and installation could be pre-configured -> working out-of-the-box local decompilation.
There could be a script, that automatically takes this and creates a binary release containing both retdec-idaplugin and retdec.
Anyone using such a release package would only need to unpack it and copy it to IDA -> local decompilation would work out-of-the-box.
The text was updated successfully, but these errors were encountered:
Just a note so we do not forget: Users will still need to install Python 3 (+ pygments) as IDA ships only with Python 2 and RetDec requires Python 3 to run.
Right now, if users/developers want to use
retdec-idaplugin
in local decompilation mode withretdec
, they need to either get the pre-compiledretdec
package, or build and install it themselves. Then whey need to configureretdec-idaplugin
in order to use local decompilation.This could be made much easier -
retdec-idaplugin
could take care of everything:retdec
alongsideretdec-idaplugin
.retdec-idaplugin
andretdec
.The text was updated successfully, but these errors were encountered: