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

Improve obfuscation #9608

Merged
merged 1 commit into from Oct 27, 2022
Merged

Improve obfuscation #9608

merged 1 commit into from Oct 27, 2022

Conversation

perost
Copy link
Member

@perost perost commented Oct 27, 2022

  • Implement new obfuscation method that obfuscates protected variables (with --obfuscate=protected) or only encrypted protected variables (with --obfuscate=encrypted) that replaces the old non-working method of obfuscating protected variables.
  • Enable --obfuscate=encrypted automatically when the AST contains any encrypted classes.
  • Add scopes to all equations and algorithms, to allow the obfuscation to look up names in annotations.

- Implement new obfuscation method that obfuscates protected variables
  (with `--obfuscate=protected`) or only encrypted protected variables
  (with `--obfuscate=encrypted`) that replaces the old non-working
  method of obfuscating protected variables.
- Enable `--obfuscate=encrypted` automatically when the AST contains any
  encrypted classes.
- Add scopes to all equations and algorithms, to allow the obfuscation
  to look up names in annotations.
@perost perost added COMP/OMC/Frontend Issue and pull request related to the frontend COMP/OMC/Interactive Environment labels Oct 27, 2022
@perost perost self-assigned this Oct 27, 2022
@perost perost merged commit b363613 into OpenModelica:master Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
COMP/OMC/Frontend Issue and pull request related to the frontend COMP/OMC/Interactive Environment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant