Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 432 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 432 Bytes

#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