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

Commit 1e140e5

Browse files
authored
Update README.md
1 parent 3867dc0 commit 1e140e5

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

+17-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# PyDelta
22

3-
PyDelta is a Python obfuscator script designed to obfuscate Python source code, making it more difficult to understand and reverse-engineer. PyDelta obfuscates your scripts with multiple layers of protection making it extremely hard for someone to deobfuscate. The original repo has been archived and won't be maintained anymore so for the time being and the forseeable future, I'll continue making updates here. <3
3+
PyDelta is a Python obfuscator script designed to obfuscate Python source code, making it more difficult to understand and reverse-engineer. PyDelta obfuscates your scripts with multiple layers of protection making it extremely hard for someone to deobfuscate.
4+
> The original repo has been archived and won't be maintained anymore so for the time being and the forseeable future, I'll continue making updates here. <3
5+
6+
<br>
47

58
## Features:
69
* Anti-Debugger: Adds anti-debugger code to the source to deter debugging attempts.
@@ -9,6 +12,8 @@ PyDelta is a Python obfuscator script designed to obfuscate Python source code,
912
* Inline Imports: Converts imports to inline imports to reduce readability.
1013
* Name Refactoring: Refactors variable, function and arguments identifiers to further obfuscate the code.
1114

15+
<br>
16+
1217
## Usage:
1318
PyDelta was intended to run in a browser but it is indeed possible to run it locally.
1419
> Install PyDelta locally by using the following command: `pip install .`
@@ -48,15 +53,22 @@ Or you can simply run the `pydelta-obfuscate` command.
4853
* str_encryption_amount: Number of times to encrypt strings (default: 3).
4954
* compress_encrypt_amount: Number of times to compress and encrypt the code (default: 30).
5055

56+
<br>
57+
5158
### Notes
5259
* This version of PyDelta is still in development and some features may not be fully functional.
53-
* Python's `__annotations__` attribute is broken and will be fixed in future releases.
5460
* Runtime code is obfuscated by choice which can make maintaining a little tricky, even if those function will likely remain untouched in future releases a module will be used.
5561

5662
### License
5763
This project is licensed under the MIT License.
5864

59-
### Donating
60-
MetaMask wallet address: `0x1E5a982BD1E54d3CD4EcD7A74642ed808783D506`
65+
<br>
66+
<br>
67+
<br>
68+
69+
70+
### Support | Buy me a coffee <3
71+
Donate to me here:
72+
> - Don't have Cashapp? [Sign Up](https://cash.app/app/TKWGCRT)
6173
62-
<a href='https://ko-fi.com/D1D3NTABI' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
74+
![image](https://user-images.githubusercontent.com/45724082/158000721-33c00c3e-68bb-4ee3-a2ae-aefa549cfb33.png)

0 commit comments

Comments
 (0)