jar

de.fraunhofer.aisec : cpg-console

Maven & Gradle

Jul 19, 2023
243 stars

Code Property Graph - Console · An Application to translate source code into a Code Property Graph and perform different types of analysis on the resulting graph.

Table Of Contents

Latest Version

Download de.fraunhofer.aisec : cpg-console JAR file - Latest Versions:

All Versions

Download de.fraunhofer.aisec : cpg-console JAR file - All Versions:

Version Vulnerabilities Size Updated
7.1.x
7.0.x
6.2.x
6.1.x
6.0.x
5.1.x
5.0.x
4.6.x
4.5.x
4.4.x
4.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cpg-console-7.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.fraunhofer.aisec.cpg.console

├─ de.fraunhofer.aisec.cpg.console.CompilationDatabase.class - [JAR]

├─ de.fraunhofer.aisec.cpg.console.CpgConsole.class - [JAR]

├─ de.fraunhofer.aisec.cpg.console.ExtensionsKt.class - [JAR]

├─ de.fraunhofer.aisec.cpg.console.Neo4jPlugin.class - [JAR]

├─ de.fraunhofer.aisec.cpg.console.RunPlugin.class - [JAR]

├─ de.fraunhofer.aisec.cpg.console.ShowCodePlugin.class - [JAR]

├─ de.fraunhofer.aisec.cpg.console.TranslatePlugin.class - [JAR]

de.fraunhofer.aisec.cpg.analysis

├─ de.fraunhofer.aisec.cpg.analysis.MultiLineToStringStyle.class - [JAR]

├─ de.fraunhofer.aisec.cpg.analysis.NullPointerCheck.class - [JAR]

├─ de.fraunhofer.aisec.cpg.analysis.OutOfBoundsCheck.class - [JAR]