in reply to Re: Re: Learning from Obfuscation
in thread Learning from Obfuscation

Any Java app over a couple hundred files is automatically obfuscated,

But I could do it in just a few lines! Not that hard, really--just chain a bunch of method calls with short names. The hard part is finding a series of Java method calls with short names.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated