BASTARD stands for Bytecode Abstract Syntax Tree and Redundancy Disseminator It is a free, open-source bytecode manipulation library licensed under the GNU LGPL.
- Load a class file into bastard
ClassFile classFile = new ClassFile(new File("yourclassfile.class"));
classFile.read();
- Manipulating the class file as an expression tree
TODO
- Shawn Davies [email protected]
- Tommo [email protected]