Daeth Posted August 5, 2016 Posted August 5, 2016 (edited) I was thinking that assigning native function names to variables could further obfuscate the legibility of the code. For example: $a = MsgBox $a(0, "Title", "Test") Maybe this could be added to Au3Stripper? Edited August 5, 2016 by Daeth
TheDcoder Posted August 5, 2016 Posted August 5, 2016 @Daeth The obfuscator is not longer supported and is not shipped with the latest version of AutoIt. EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion
TheDcoder Posted August 5, 2016 Posted August 5, 2016 @Daeth I don't think Au3stripper does any obfuscation... It only minifies the script. EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion
Daeth Posted August 5, 2016 Author Posted August 5, 2016 It shortens variable names to two or one lettered variable names and extracts functions from their #includes. This is pretty much obfuscation.
iamtheky Posted August 5, 2016 Posted August 5, 2016 (edited) 9 hours ago, Daeth said: This is pretty much obfuscation. So changing variable names to the shortest unique string, and removing functions you included but dont call might be optimization, but it is most certainly not any form of obfuscation. Because nobody gives two fx what you call the variable (because its.....variable). Edited August 5, 2016 by iamtheky ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
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