CooolKey / Software-Vulnerability-Detection-System

Design and Implementation of Software Vulnerability Detection System Based on Program Analysis
3 stars 0 forks source link

基于程序分析的恶意软件检测系统设计与实现

Design and Implementation of Software Vulnerability Detection System Based on Program Analysis

─system
├─forms
│  ├─result_from.py
│  └─file_form.py
├─function
│  ├─json2txt.py
│  └─extract.py
├─instance
│  ├─result
│  │  ├─neg
│  │  ├─pos
│  │  └─unknow
│  ├─test
│  │  ├─neg
│  │  └─pos
│  └─upload
├─machine_learning
│  ├─data.py
│  ├─model.py
│  ├─network.py
│  ├─test.py
│  ├─train.py
│  └─predict.py
├─source
│  ├─neg
│  ├─pos
│  ├─runs
│  ├─test
│  └─unknow
├─templates
│  ├─index.html
│  └─result.html
├─app.py
├─evaluation.py
└─training.py