Skip to content
This repository was archived by the owner on Jul 13, 2024. It is now read-only.

Commit aa32b7d

Browse files
authored
Update README.md
1 parent 0504516 commit aa32b7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ PyDelta is a Python obfuscator script designed to obfuscate Python source code,
1111
* String Encryption: Encrypts strings within the code to prevent easy extraction of sensitive information.
1212
* Inline Imports: Converts imports to inline imports to reduce readability.
1313
* Name Refactoring: Refactors variable, function and arguments identifiers to further obfuscate the code.
14+
* Code Compilation: Uses Nuitka to compile code to an executable.
1415

1516
<br>
1617

@@ -43,13 +44,16 @@ Or you can simply run the `pydelta-obfuscate` command.
4344
* compress_encrypt: Whether to compress and encrypt the entire code (default: True).
4445
* str_encryption_amount: Number of times to encrypt strings (default: 3).
4546
* compress_encrypt_amount: Number of times to compress and encrypt the code (default: 30).
47+
* compile_code: Whether to compile your code or not. (default: False).
48+
4649

4750
### CLI Arguments:
4851
* no_add_anti_dbg
4952
* no_inline_imports
5053
* no_refactor_names
5154
* no_encrypt_str
5255
* no_compress_encrypt
56+
* code_compile
5357
* str_encryption_amount: Number of times to encrypt strings (default: 3).
5458
* compress_encrypt_amount: Number of times to compress and encrypt the code (default: 30).
5559

0 commit comments

Comments
 (0)