Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically install or produce release packages containing retdec #8

Closed
PeterMatula opened this issue Jan 3, 2018 · 2 comments
Closed

Comments

@PeterMatula
Copy link
Collaborator

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.
@s3rvac
Copy link
Member

s3rvac commented Aug 20, 2018

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.

@PeterMatula
Copy link
Collaborator Author

Fixed in 3503eb6. Release v1.0 will come shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants