Obfuscation

From RuneWiki
Revision as of 15:23, 15 August 2009 by Graham (talk | contribs) (New page: Obfuscation is the technique of obfuscating program code to make it harder to understand. The RuneScape client and loader are obfuscated to help prevent reverse-engineering and decompi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Obfuscation is the technique of obfuscating program code to make it harder to understand. The RuneScape client and loader are obfuscated to help prevent reverse-engineering and decompiling. The JVM is still capable of executing obfuscated code, however, it confuses decompilers and humans.