Skip to content

Commit 949db7f

Browse files
Update README.md
1 parent 956ce3b commit 949db7f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Exploiting Heterogeneous Program Knowledge Graph for Register-related Instruction Vulnerability Prediction (VP-HPKG)
22
VP-HPKG explores the random propagation of instruction-stream errors by representing the source program as a multi-layer heterogeneous program knowledge graph, and accurately locates the instructions prone to errors.
33

4+
## Result on WebAssembly programs(C++)
5+
6+
7+
| methods | generate_Fib |
8+
|:-------:|:---------------------:|
9+
| ours | A:0.89 P:0.98 F1:0.80 |
10+
11+
412
## Overview
513
Each folder is a benchmark and contains the program data.
614
The most important files in each folder are as follow:
@@ -32,10 +40,4 @@ Execute the following scripts to train on node classification task:
3240
```bash
3341
python main.py
3442
```
35-
## Result on WebAssembly programs(C++)
36-
37-
38-
| methods | generate_Fib |
39-
|:-------:|:---------------------:|
40-
| ours | A:0.89 P:0.98 F1:0.80 |
4143

0 commit comments

Comments
 (0)