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

Do not check versions on exact equivalence #13

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

Do not check versions on exact equivalence #13

PeterMatula opened this issue Jan 29, 2018 · 1 comment

Comments

@PeterMatula
Copy link
Collaborator

Right now, we perform version checks for API decompilations to make sure, the latest version of RetDec idaplugin is used. We check versions by == (exact equivalence). Change it that only versions lesser than the latest one cause error. Therefore, if the latest official version is 0.3, if we try to use version 0.2, error is thrown, but if we try 0.4 (next version, used by developer), it is ok.

@PeterMatula
Copy link
Collaborator Author

API decompilation is no longer supported. There is no version check.

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