SandMark version 2.0


sandmark.obfuscate.classsplitter
Class BuggyCodeAdder

java.lang.Object
  |
  +--sandmark.obfuscate.classsplitter.BuggyCodeAdder

public class BuggyCodeAdder
extends java.lang.Object


Field Summary
(package private)  de.fub.bytecode.generic.ClassGen cg
           
(package private)  java.lang.String classfile
           
(package private)  de.fub.bytecode.generic.ConstantPoolGen cpg
           
(package private)  de.fub.bytecode.classfile.JavaClass jc
           
(package private)  de.fub.bytecode.generic.MethodGen mg
           
(package private)  de.fub.bytecode.generic.MethodGen mgnew
           
(package private)  de.fub.bytecode.classfile.ClassParser p
           
 
Constructor Summary
BuggyCodeAdder(java.lang.String name)
           
 
Method Summary
 void addCall()
           
 void addMethod()
           
 void dump()
           
 de.fub.bytecode.classfile.JavaClass getJavaClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classfile

java.lang.String classfile

p

de.fub.bytecode.classfile.ClassParser p

jc

de.fub.bytecode.classfile.JavaClass jc

cg

de.fub.bytecode.generic.ClassGen cg

mg

de.fub.bytecode.generic.MethodGen mg

mgnew

de.fub.bytecode.generic.MethodGen mgnew

cpg

de.fub.bytecode.generic.ConstantPoolGen cpg
Constructor Detail

BuggyCodeAdder

public BuggyCodeAdder(java.lang.String name)
               throws java.lang.Exception
Method Detail

addMethod

public void addMethod()
               throws java.lang.Exception
java.lang.Exception

addCall

public void addCall()
             throws java.lang.Exception
java.lang.Exception

dump

public void dump()
          throws java.lang.Exception
java.lang.Exception

getJavaClass

public de.fub.bytecode.classfile.JavaClass getJavaClass()

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002