# JAR Files

Extracting JAR files and read the code.&#x20;

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