SandMark version 3.0


Package sandmark.obfuscate.UltimateReorderer.ConstantPoolReorderer

 
CONSTANTPOOL REORDERER: The  constants in the constantpool are randomly assigned some
unique index within the length of the constantpool  ,and changes
should also be made to reflect the recursive indices within a
particular constantpool index.

See:
          Description

Class Summary
CPReorderer CPReorderer ,reorders all the constants in the constantpool.
random  
 

Package sandmark.obfuscate.UltimateReorderer.ConstantPoolReorderer Description

 
CONSTANTPOOL REORDERER:

The  constants in the constantpool are randomly assigned some
unique index within the length of the constantpool  ,and changes
should also be made to reflect the recursive indices within a
particular constantpool index.
        There is no change in code as a result of this obfuscation . Only
those bytecode statements which use constantpool references , those
references should be modified according to the new random assignment.
 
 


SandMark version 3.0

Wed Jan 29 10:30:05 MST 2003