Zelix KlassMaster - Java Obfuscator

Java Exception Obfuscation

Exception Obfuscation has a similar effect to Flow Obfuscation in that it changes your bytecode such that it has no direct Java source code equivalent. This of course complicates the task of a decompiler. The difference between Flow Obfuscation and Exception Obfuscation is that Exception Obfuscation makes slight changes to the exception handling of your bytecode rather than to the control flow structures.