View Java Class Source Code in JAR file
- 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 jimple2cpg_3-2.0.365+25-98122e9b.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.joern.jimple2cpg.astcreation.expressions
├─ io.joern.jimple2cpg.astcreation.expressions.AstForExpressionsCreator.class - [JAR]
io.joern.jimple2cpg
├─ io.joern.jimple2cpg.Config.class - [JAR]
├─ io.joern.jimple2cpg.Frontend.class - [JAR]
├─ io.joern.jimple2cpg.Jimple2Cpg.class - [JAR]
├─ io.joern.jimple2cpg.Main.class - [JAR]
io.joern.jimple2cpg.util
├─ io.joern.jimple2cpg.util.Decompiler.class - [JAR]
├─ io.joern.jimple2cpg.util.ProgramHandlingUtil.class - [JAR]
io.joern.jimple2cpg.astcreation
├─ io.joern.jimple2cpg.astcreation.AstCreator.class - [JAR]
io.joern.jimple2cpg.passes
├─ io.joern.jimple2cpg.passes.AstCreationPass.class - [JAR]
├─ io.joern.jimple2cpg.passes.DeclarationRefPass.class - [JAR]
├─ io.joern.jimple2cpg.passes.SootAstCreationPass.class - [JAR]
io.joern.jimple2cpg.astcreation.declarations
├─ io.joern.jimple2cpg.astcreation.declarations.AstForDeclarationsCreator.class - [JAR]
├─ io.joern.jimple2cpg.astcreation.declarations.AstForMethodsCreator.class - [JAR]
├─ io.joern.jimple2cpg.astcreation.declarations.AstForTypeDeclsCreator.class - [JAR]
io.joern.jimple2cpg.astcreation.statements
├─ io.joern.jimple2cpg.astcreation.statements.AstForStatementsCreator.class - [JAR]
├─ io.joern.jimple2cpg.astcreation.statements.BodyControlInfo.class - [JAR]