Ghidra2Cpg
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Create a CPG representing the given input file. The CPG is stored at the given output file. The caller must close the CPG.
Create a CPG representing the given input file. The CPG is stored at the given output file. The caller must close the CPG.
Attributes
- Definition Classes
-
X2CpgFrontend
Inherited methods
Create a CPG in memory for file at inputName
with default configuration.
Create a CPG in memory for file at inputName
with default configuration.
Attributes
- Inherited from:
- X2CpgFrontend
Create a CPG for code at inputName
(a single location) with default frontend configuration. If outputName
exists, it is the file name of the resulting CPG. Otherwise, the CPG is held in memory.
Create a CPG for code at inputName
(a single location) with default frontend configuration. If outputName
exists, it is the file name of the resulting CPG. Otherwise, the CPG is held in memory.
Attributes
- Inherited from:
- X2CpgFrontend
Create a CPG for code at inputPath
and apply default overlays.
Create a CPG for code at inputPath
and apply default overlays.
Attributes
- Inherited from:
- X2CpgFrontend
Create a CPG with default overlays according to given configuration
Create a CPG with default overlays according to given configuration
Attributes
- Inherited from:
- X2CpgFrontend
Create CPG according to given configuration, printing errors to the console if they occur. The CPG is closed and not returned.
Create CPG according to given configuration, printing errors to the console if they occur. The CPG is closed and not returned.
Attributes
- Inherited from:
- X2CpgFrontend