Skip to content

smith61/java-decompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Java ByteForge

An opensource front end for the Procyon Java decompiler.

##Features

  • Syntax highlighting of sources
  • Dynamic linking to move between related classes
  • Support for multiple open jar files

##Requirements

  • Java 1.8+

##Building

  • Linux/Mac OS X: ./gradlew build
  • Windows: .\gradlew build

##Releases