v1.0.1
Function Subgraph Analyzer Release
This release contains the generate_function_subgraph_dot binary for multiple platforms.
Available Binaries:
- Linux x86_64:
generate_function_subgraph_dot-linux-x86_64.tar.gz - Windows x86_64:
generate_function_subgraph_dot-windows-x86_64.exe.zip - macOS x86_64:
generate_function_subgraph_dot-macos-x86_64.tar.gz - macOS ARM64:
generate_function_subgraph_dot-macos-arm64.tar.gz
Usage:
./generate_function_subgraph_dot <input-scip-json> <output-dot-file> <function-name1> [flags...]Flags:
--include-callees: Include functions called by the specified functions--include-callers: Include functions that call the specified functions--depth <n>: Limit the caller/callee expansion to depth n--filter-non-libsignal-sources: Filter out non-libsignal sources
See the README files included in each archive for detailed usage instructions.