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
This issue presents the roadmap for the version 0.7 of Sirius obfuscator tool.
Vision
The version 0.7 expands the space of Swift constructs that are properly identified and supported by the Sirius obfuscator.
Scope (initial)
Solving the #if / #else / #endif problem by taking the bodies of the if-branches and resolving them independently
Ensure on renaming of functions and computed properties which satisfy the requirements from multiple protocols that all these protocols are from our module. If not, no rename
Support renaming of the names in backticks
Renaming of the local variables
Renaming enum case associated values
The text was updated successfully, but these errors were encountered:
This issue presents the roadmap for the version 0.7 of Sirius obfuscator tool.
Vision
The version 0.7 expands the space of Swift constructs that are properly identified and supported by the Sirius obfuscator.
Scope (initial)
The text was updated successfully, but these errors were encountered: