AppendBogusCode Obfuscation Algorithm

Author

Justin Cappos (justin@cs.arizona.edu)

Description

This algorithm adds bogus statements onto the end of a java method. The appended code may include a variety of other instructions including return instructions. Multiple runnings of this algorithm add additional statements.

Note: Methods which do not end in a return statements will crash some reverse engineering software.

Example

Configuration

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

References