SandMark version 3.0


Package sandmark.obfuscate.addbogusfields

Contains an obfuscator which inserts a bogus field into a class and then makes assignments to that field in specific locations throughout the code.

See:
          Description

Class Summary
AddBogusFields The AddBogusFields obfuscator changes adds a bogus field to each class in an application and through out the class makes assignments to the field.
 

Package sandmark.obfuscate.addbogusfields Description

Contains an obfuscator which inserts a bogus field into a class and then makes assignments to that field in specific locations throughout the code. The specific locations are determined by the random selection of a ``sister'' field. Wherever assignments are made to the sister field an assignment to the bogus field also occurs.


SandMark version 3.0

Wed Jan 29 10:30:05 MST 2003