SandMark version 3.0


Package sandmark.obfuscate.localvar

Contains an obfuscator that scrambles the local variables used in a method.

See:
          Description

Class Summary
VariableReassigner VariableReassigner obfuscates a method by using sandmark.util.controlflowgraph.RegisterAllocator to reallocate the local variable usage.
 

Package sandmark.obfuscate.localvar Description

Contains an obfuscator that scrambles the local variables used in a method. This obfuscator performs live range analysis for each of the local variables in a method, and then performs a register allocation based on those live ranges. As a result, variables that were not the same variable will merge, and previously merged variables will be split apart.


SandMark version 3.0

Wed Jan 29 10:30:05 MST 2003