Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dronavallipranav committed Jan 9, 2024
1 parent bb9265b commit 3e73ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## Features

- **String Encryption**: Encrypts string literals in your code at compile time.
- **Control Flow Obfuscation**: Introduces compile-dummy dummy loops and random variables into control flows complicating the logic and structure of the code.
- **Control Flow Obfuscation**: Introduces compile-dummy dummy loops and random variables.
- Note: for truly random control flow and variables, you can disable the insertion of the flow_macro using the **disable_macro** flag, but this will directly affect the source code.
- **Customizable Obfuscation**: Offers flexibility to enable or disable specific obfuscation features based on your requirements.
- **Variable Renaming**: Obfuscation of the source code directly, if you'd like to ship the code or just want to make your code look worse.
Expand Down

0 comments on commit 3e73ffe

Please sign in to comment.