javabytes
javabytes copied to clipboard
Java Dissassembler
Javabytes
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
- Java 8
- Scala 2.11.x
- Play 2.7
- SBT 1.2.x
- Generate secret Link
- Create tmp directory
# create tmp directory
mkdir -p /tmp/javabytes
Setup
- Check out this project
- Run server
sbt run