GPSCVulDetector icon indicating copy to clipboard operation
GPSCVulDetector copied to clipboard

Combining Graph Neural Networks with Expert Knowledge for Smart Contract Vulnerability Detection (TKDE Accepted)

Results 8 GPSCVulDetector issues
Sort by recently updated
recently updated
newest added

没找到原文献中提出的tmp网络代码

When I execute Graph2Vec.py, I encounter the following error: ./data/reentrancy/graph_data/node/34484.sol Traceback (most recent call last): File "Graph2Vec.py", line 449, in node_encode, var_encode, node_embedding, var_embedding = embedding_node(node_attribute_list) File "Graph2Vec.py", line 96,...

In the README.md file its mentioned ```To run program, please use this command: python3 GPSCVulDetector.py.``` But there is no GPSCVulDetector.py file. Is the CGEVulDetector.py file which is incorrectly renamed ?

PatternExtract_TS.py PatternExtract_RE.py PatternExtract_IF.py model = FFNNP(4, 100, 250) ![1714739628845](https://github.com/Messi-Q/GPSCVulDetector/assets/98946974/1b41cfc1-4279-4043-965c-c7b5c5ec72e8) 特征抽取网络貌似不能训练。