0x72 Posted April 19, 2020 Posted April 19, 2020 Language : Python Platform : Windows OS Version : All Packer / Protector : My Protector (https://github.com/robert169/Python-Obfuscator) Description : Want to see how long it takes to get it unpacked, is easy tho but i want to know where can i improve it Spoiler Screenshot : Download : Protected.py
BambooQJ Posted July 1, 2020 Posted July 1, 2020 (edited) protected by 0x72 import os from colorama import init, Fore init(autoreset=True) os.system('title UnpackMe by 0x72') print('UnpackMe by 0x72 |') print('------------------') print('Key: ', end='') if input() == '0X72ISPASSWORD.': print(f'{Fore.LIGHTGREEN_EX}Good Job xd') else: print(f'{Fore.LIGHTRED_EX}Nah, try to unpack not to guess the key lmfao') You should care more about the branches of the logical layer than the encryption of strings print replace exec ,so easy 10s-15s Edited July 1, 2020 by BambooQJ
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now