Static Method Bodies Obfuscation Algorithm

Authors

Martin Stepp (stepp@cs.arizona.edu)
Kelly Heffner (kheffner@cs.arizona.edu)

Description

Static Method Bodies splits all of the nonstatic methods into a static helper method and a nonstatic stub that calls it.

Example

Configuration

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

References