Skip to content

luoshengsheng/javabytes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javabytes

Welcome to Javabytes, a disassembler for your java code. Inspired by a project by Matt Godbold called GCC Explorer. Enter some arbitrary java code and this application will do a few things:

  1. Generate a random class to hold your code.
  2. Put all of the code you entered into a public static void test() method.

This is done solely out of convenience so that you don't have to write boilerplate code everytime.

Currently only supports OpenJDK8

The demo site can be found here.

About

Java Dissassembler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.2%
  • CSS 3.6%
  • Other 0.2%