Name Obfuscator Obfuscation

Author

Kelly Heffner (kheffner@cs.arizona.edu)

Description

This algorithm renames the fields and methods of an application (soon to be the class names as well) to unique identifiers, while keeping inheritance relationships intact.

Example

Configuration

This obfuscation should be configured so that dynamically loaded classes, methods, and fields do not have their names changed.

References