Skip to content

seancfoley/Japt-Bytecode-Optimizer-for-Java

Repository files navigation

Japt Bytecode Optimizer for Java

Bytecode optimization tool to ease development and deployment of Java

View Project Pages

The tool provides the following technologies:

  • escape analysis on a per method-invocation basis
  • static control flow analysis
  • addition/removal of class file attributes
  • addition or rewrite of stackmaps for Java class files and class file verification
  • remapping method invocations and rewriting bytecodes
  • obfuscation of class, field and method names
  • assembler and disassembler of bytecodes
  • others listed on the project pages

Developed in Eclipse, it can be easily imported into an Eclipse workspace as the repository includes the project files for each project

About

Bytecode optimization tool to ease development and deployment of Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published