You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# Exploiting Heterogeneous Program Knowledge Graph for Register-related Instruction Vulnerability Prediction (VP-HPKG)
2
2
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.
3
3
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
+
4
12
## Overview
5
13
Each folder is a benchmark and contains the program data.
6
14
The most important files in each folder are as follow:
@@ -32,10 +40,4 @@ Execute the following scripts to train on node classification task:
0 commit comments