Difference between revisions of "Obfuscation"

From RuneWiki
Jump to navigationJump to search
(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...)
 
Line 1: Line 1:
[[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.
+
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.

Revision as of 15:37, 15 August 2009

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.