Carder.life

Carder.life (http://txgate.io:443/index.php)
-   Hacking & Coding (http://txgate.io:443/forumdisplay.php?f=48)
-   -   Arcturus python obfuscator (http://txgate.io:443/showthread.php?t=61024)

Men 03-08-2025 04:05 PM


Hey guys,
Like I said some days ago in chat, this is my tool of obfuscate python code, called Arcturus.
Usage:
python arcturus.py --source <your_file>.py --varglobalenght <int> --varmethodlenght <int>
--source : Is your python file
--varglobalenght : is the size of variable names that you want to be generated
--varmethodlenght : is the size of method names that you want to be generated
There is a test.py in the folder to show as example:
python arcturus.py --source test.py --varglobalenght 5 --varmethodlenght 10
OBS: This is the first version, bugs can happen! https://txgate.io/images/smilies/damn.png
--
Telegram: @loki_coder
Wickr Me: sagitari0


All times are GMT. The time now is 11:31 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.