Branch Insertion Obfuscation Algorithm

Author

Andrew Huntwork (ash@huntwork.net)

Description

Branch Insertion randomly inserts branches into a method. The branch will test to see if an Object field of the class is null, and if so it will branch. This class was designed as a test for the EPW watermark.

Example

Configuration

There are no extra configuration parameters necessary to run this obfuscator.

References