Skip to content

WJ-8/DeepVulSeeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepVulSeeker

implementation of DeepVulSeeker

Notice

We will rebulid our project in several months using pytorch.

Data prepara

Please prepare the jsonl files for the training set, validation set and test set. The dataset processing file is in process directory All programs are running in pyCharm

build y

run build_y.py

build ast

run slice_raw.py
run build_dot.py
run build_ast.py

build cfg and dfg

run build_cfgdfg.py

build pls

get special words

run Specialword.py

train

In the root directory

run train.py