Skip to main content

sootstaticanalyzer

스타13
포크0
업데이트2026년 4월 27일 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 共享使用。

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

파일 탐색기
41 개 파일
SKILL.md
readonly