RegBoss its just a simple python obfuscator that can hide your code and the obfuscated code will be compressed
updated project : https://github.com/Fadi002/HyperBreak
+ Very easy to use
+ Compress with lzma and zlib
+ Hide your code
+ Your Python program will only be a few milliseconds slower
Kali linux
sudo apt update && sudo apt upgrade && sudo apt install python3 && sudo apt install python3-pip && git clone https://github.com/Fadi002/regboss/ && cd regboss && pip3 install -r requirements.txt && python3 regboss.py
Termux
apt update && apt upgrade && apt install python3 && apt install python3-pip && pkg install python3 && git clone https://github.com/Fadi002/regboss/ && cd regboss && pip3 install -r requirements.txt && python3 regboss.py
Windows
Download Python (recommended 3.9): https://python.org
Note: check add to path button
Download the project as zip then unzip it
now just run regboss.py
- 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.
MIT License
Copyright (c) 2022 Fadi1337
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.