JAR Files

Extracting JAR files and read the code.

 unzip somefile.jar
 jad someothrfole.class
 cat anotherfile.jad 
 
 Graphical UI --> jad-gui

Last updated