SootKeeper
· The use of static analysis allows developers to analyze the source code of a program. On one hand,
developers get accurate data representing any issues with the program. On the other hand, static analysis
programs can have lengthy execution times. This results in a large amount of developer idleness, waiting for
their program to execute. A developer's debug cycles can be particularly time consuming, when tweaking their
analyses. They then have to wait around for long periods of time to test their minor changes. In order to avoid
this needless idle time, we have looked into modularizing a static analysis program in order to cut down on time
wasted.
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sootkeeper-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.