forked from pfqgauxfb/code-analysis
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 months ago | |
|---|---|---|
| .. | ||
| static | 3 months ago | |
| templates | 3 months ago | |
| README.md | 3 months ago | |
| __init__.py | 3 months ago | |
| app.py | 3 months ago | |
| requirements.txt | 3 months ago | |
README.md
运行Web界面
- 安装依赖(建议在WSL内执行):
cd webui
pip install -r requirements.txt
- 启动:
python app.py
- 打开浏览器访问:
http://127.0.0.1:5000/
说明:
- 首次分析会自动尝试在
src/下用gcc编译test_analyzer可执行文件。 - 选择项目内
.c/.cc/.cpp文件或上传一个源文件,点击“开始分析”。 - 结果页会显示控制台输出并提供查看报告的链接(如果生成)。