Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billythegoat356/Kramer
The next level 100% Python obfuscator.
https://github.com/billythegoat356/Kramer
compiled crypting encode encryption obfuscator pyc python
Last synced: 3 months ago
JSON representation
The next level 100% Python obfuscator.
- Host: GitHub
- URL: https://github.com/billythegoat356/Kramer
- Owner: billythegoat356
- License: epl-2.0
- Created: 2021-10-12T16:36:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T01:38:49.000Z (over 2 years ago)
- Last Synced: 2024-07-09T11:10:33.883Z (4 months ago)
- Topics: compiled, crypting, encode, encryption, obfuscator, pyc, python
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 120
- Watchers: 3
- Forks: 22
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python-re - Kramer
README
-----
-----
###
🐸 Kramer 🐸
First of all, if you're looking for the BEST fully Python obfuscator, you should check Hyperion!
Kramer is a next level obfuscation tool written in Python3 allowing you to obfuscate
your Python3 code easily and securely. It uses Berserker's obfuscation but in a more advanced way
making your code really hard to be deobfuscated.
-----
###
📋 Examples 📋
**Unobfuscated**:
```python3
input("Hello world!")
```
**Obfuscated**:
```python3
�������������������������������������������������������������
```
-----
###
⭐ Features ⭐
+ This time you can be sure skids won't be able to get your code
+ Very fast execution
+ Easy to use
- The result file is not a python file (.PY) but a compiled python file (.PYC) renamed to .PY
- Can't compile the file to exe (since it's basically a PYC file) but you can compile the PY file in the logs folder
- Can be deobfuscated using a PYC decompilator then some Python algorithmic, but it requires a certain knowledge-----
###
🎯 Levels 🎯
This section shows the "levels" of this project, from 0/5 ⚪ to 5/5 ⚫!
⚪🟢🔵🔴🟣⚫
* Time: 🔴
* Complexity: 🟣
* Service: 🔴-----
###
💡 Ideas 💡
Feel free to make a pull request on this repository to submit any idea!
* Complexify the obfuscation-----
###
📌 Disclaimer 📌
* ***Please use this program only for educational purposes.***
* ***It is not meant to be used in any malicious way, and I decline any responsibility for what you do with it.***-----
###
billythegoat356