Jump to content

Recommended Posts

Posted (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 by Daeth
Posted

It shortens variable names to two or one lettered variable names and extracts functions from their #includes. This is pretty much obfuscation.

Posted (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 by iamtheky

,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-.
|(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/
(_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_)
| | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) (
| | | | |)| | \ / | | | | | |)| | `--. | |) \ | |
`-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_|
'-' '-' (__) (__) (_) (__)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...