Combining Graph Neural Networks With Expert Knowledge for Smart Contract Vulnerability Detection
论文代码GitHub
https://github.com/Messi-Q/GPSCVulDetector
paper
https://ieeexplore.ieee.org/abstract/document/9477066/
参考IJCAI 21中AME的数据集
https://github.com/Messi-Q/AMEVulDetector
改动和结果
models目录下CGE.py
input1改为shape=(1, 200)
models目录下CGE_Varients.py
改为input1 = tf.keras.Input(shape=(1, 200), name=‘input1’)
input2 = tf.keras.Input(shape=(3, 200), name=‘input2’)