Skip to content

iamtommo/bastard

Repository files navigation

BASTARD

BASTARD stands for Bytecode Abstract Syntax Tree and Redundancy Disseminator It is a free, open-source bytecode manipulation library licensed under the GNU LGPL.

How to use

  • 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

Authors

About

Bytecode expression tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages