SandMark version 3.0


Package sandmark.obfuscate.buggycode

This directory contains a simple obfuscator that inserts a buggy code into the control flow graph of a random methods taken from a classfile.

See:
          Description

Class Summary
BugCode  
 

Package sandmark.obfuscate.buggycode Description

This directory contains a simple obfuscator that inserts a buggy code into the control flow graph of a random methods taken from a classfile. The obfuscator takes a random basic block and makes a copy of the basic block and introduces a bogus jump to it through an opaque predicate. The bug codes are introduced in the new basic block by tampering with the local variables in the method.


SandMark version 3.0

Wed Jan 29 10:30:05 MST 2003