isawred2 / jar-decompiler

Using jar and jad to extract class files and decompile them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A ruby script that will decompile the jar file you passed to it

Dependencies (the following executable needs to be in the path):
* jad (http://www.kpdus.com/jad.html)
* jar

Usage:
ruby decompiler.rb jms.jar


About

Using jar and jad to extract class files and decompile them