- 安装miniconda
下载和安装:https://repo.anaconda.com/miniconda/
创建python env:
conda create -n agent-dev python=3.14
conda activate agent-dev
- 安装本项目的依赖
pip install -r requirements.txt
探索LLM的静态分析能力,
LLMDFA: Analyzing Dataflow in Code with Large Language Models https://chengpeng-wang.github.io/publications/LLMDFA_NeurIPS2024.pdf
CORE: Benchmarking LLMs’ Code Reasoning Capabilities through Static Analysis Tasks
-
去找测试用例
-
尝试模仿CORE基于LLM去实现数据流分析和程序切片