October 2018
Intermediate to advanced
404 pages
8h 50m
English
JAD is a Java Decompiler that's included with Kali Linux, and it seems like a useful tool for analyzing potentially dangerous Java applets that come from web pages. The biggest problem with it is that it has not had a maintainer since 2011, and so is difficult to find, except in the Kali repository and at Tomas Varaneckas's blog page, Jad Decompiler Download Mirror (http://varaneckas.com/jad/).
The following is a page from the JAD help file, which you can access from the main menu or by typing jad in the command line:

For a short example of what it looks like to use jad, we created a Java class for you. The following three illustrations ...
Read now
Unlock full access