Directories
¶
| Path | Synopsis |
|---|---|
|
Package cpp_converter's default-build stub: C/C++ analysis requires libLLVM, which is only linked under the `llvm` build tag.
|
Package cpp_converter's default-build stub: C/C++ analysis requires libLLVM, which is only linked under the `llvm` build tag. |
|
Package frontend holds the batch-conversion skeleton shared by the per-file frontends (Python, JavaScript, Ruby, Rust, C/C++).
|
Package frontend holds the batch-conversion skeleton shared by the per-file frontends (Python, JavaScript, Ruby, Rust, C/C++). |
|
Package java_converter lowers Java to Godzilla's gIR by analyzing compiled JVM bytecode.
|
Package java_converter lowers Java to Godzilla's gIR by analyzing compiled JVM bytecode. |
|
Package js_converter lowers JavaScript source into gIR for the taint engine in internal/analysis: parse, name every function (collect.go), then lower each one (lower.go).
|
Package js_converter lowers JavaScript source into gIR for the taint engine in internal/analysis: parse, name every function (collect.go), then lower each one (lower.go). |
|
Package py_converter lowers Python source into gIR so the taint engine in internal/analysis can analyze it, mirroring the public shape of converters/go (NewConverter / Converter.ConvertFile).
|
Package py_converter lowers Python source into gIR so the taint engine in internal/analysis can analyze it, mirroring the public shape of converters/go (NewConverter / Converter.ConvertFile). |
|
Package ruby_converter lowers Ruby source into gIR so the shared taint engine can analyze it, mirroring the public shape of the other frontends (NewConverter / Converter.ConvertFile).
|
Package ruby_converter lowers Ruby source into gIR so the shared taint engine can analyze it, mirroring the public shape of the other frontends (NewConverter / Converter.ConvertFile). |
|
Package rust_converter is Godzilla's Rust frontend.
|
Package rust_converter is Godzilla's Rust frontend. |
|
Package ssabuild constructs pruned, minimal SSA form for a single function while the caller walks a structured AST, following Braun, Buchwald, Hack et al.
|
Package ssabuild constructs pruned, minimal SSA form for a single function while the caller walks a structured AST, following Braun, Buchwald, Hack et al. |
Click to show internal directories.
Click to hide internal directories.