package ghidra2cpg
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Config(inputPaths: Set[String] = Set.empty, outputPath: String = X2CpgConfig.defaultOutputPath) extends X2CpgConfig[Config] with Product with Serializable
Command line configuration parameters
- class Decompiler extends AnyRef
Interface to the ghidra decompiler, which performs caching to ensure that functions are not decompiled more than once.
- class Ghidra2Cpg extends AnyRef
Value Members
- object CommandLineConfig
- object Decompiler
- object Main extends App
- object Types