Skip to main content

sootstaticanalyzer

Stars13
Forks0
UpdatedApril 27, 2026 at 12:33

遍历 Android 项目源码目录,使用 AST(tree-sitter)解析 Java/Kotlin 源文件及 XML 配置, 构建项目级函数调用图(FCG)并识别所有 UI 线程入口函数。 分析流水线共六步:扫描文件 → AST 解析 → 构建类层次(CHA)→ 解析回调注册 → 构建调用图 → 检测 UI 入口。结果写入 output_dir/ui_entry_points.json 和 output_dir/call_graph.json, 供 CallChainExpander 和 ProgramSlicer 共享使用。

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
41 files
SKILL.md
readonly