Skip to content

jkeam/javabytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javabytes

Build Status

Welcome to Javabytes, a disassembler for your java code. Inspired by a project by Matt Godbolt called GCC Explorer.

Enter some Java and this application will show you the JVM bytecode that is generated.

Currently only supports OpenJDK8.

The demo site can be found here at javabytes.io.

Development

Prereq

  1. Java 8
  2. Scala 2.11.x
  3. Play 2.7
  4. SBT 1.2.x
  5. Generate secret Link
  6. Create tmp directory
# create tmp directory
mkdir -p /tmp/javabytes

Setup

  1. Check out this project
  2. Run server
sbt run

About

Java Dissassembler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published