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

Conditional API decompilation support #9

Closed
PeterMatula opened this issue Jan 3, 2018 · 1 comment
Closed

Conditional API decompilation support #9

PeterMatula opened this issue Jan 3, 2018 · 1 comment

Comments

@PeterMatula
Copy link
Collaborator

Right now, retdec-idaplugin is always built with both local and API decompilation modes. In order to build API mode, retdec-idaplugin needs a bunch of libraries (see IDA plugin libraries in Requirements). It is an extra work to get them (especially if our pre-compiled packages do not work for you). This work is useless, if you are not interested in API decompilation - especially after #8 is solved, there will not be many reasons to prefer it to local decompilation mode.

The whole API decompilation functionality could be compiled conditionaly - controlled by a CMake option. This would allow easier builds that would not need IDA plugin libraries.

@PeterMatula
Copy link
Collaborator Author

API decompilation is no longer supported. There is no need for IDA plugin support libraries.

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

1 participant