2021 International Joint Conference on Neural Networks (IJCNN) 2021
DOI: 10.1109/ijcnn52387.2021.9534324
|View full text |Cite
|
Sign up to set email alerts
|

DeeSCVHunter: A Deep Learning-Based Framework for Smart Contract Vulnerability Detection

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
27
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 47 publications
(27 citation statements)
references
References 3 publications
0
27
0
Order By: Relevance
“…These results show how the suggested SCSVM method may successfully improve the precision and effectiveness of vulnerability identification while reducing the security concerns connected with smart contracts. Besides, we also compare the SCSVM method with other deep learning methods, such as DeeSCVHunter [36], DA-GCN [37], and DR-GCN [38], to further thesis the effectiveness of the SCSVM method. The SCSVM method also shows more excellent detection results compared to three deep learning methods such as DeeSCVHunter, DA-GCN, and DR-GCN in terms of four aspects: accuracy, precision, recall, and F1-score analysis.…”
Section: ) Performance Comparison and Results Analysismentioning
confidence: 99%
“…These results show how the suggested SCSVM method may successfully improve the precision and effectiveness of vulnerability identification while reducing the security concerns connected with smart contracts. Besides, we also compare the SCSVM method with other deep learning methods, such as DeeSCVHunter [36], DA-GCN [37], and DR-GCN [38], to further thesis the effectiveness of the SCSVM method. The SCSVM method also shows more excellent detection results compared to three deep learning methods such as DeeSCVHunter, DA-GCN, and DR-GCN in terms of four aspects: accuracy, precision, recall, and F1-score analysis.…”
Section: ) Performance Comparison and Results Analysismentioning
confidence: 99%
“…Traditional smart contract vulnerability detection tools mostly rely on fixed detection rules, while vulnerability detection methods that incorporate deep learning techniques avoid this problem. Yu et al proposed DeeSCVHunter, a deep learning-based framework for the automatic detection of smart contract vulnerabilities, and they proposed the novel notion of Vulnerability Candidate Slice (VCS) to help models capture the key point of vulnerability [32]. The study provided us with research ideas by helping the model capture the key points of vulnerability.…”
Section: Existing Methods For Detecting Smart Contract Vulnerabilitiesmentioning
confidence: 99%
“…Yu et al 21 developed the first systematic and modular framework for smart contract vulnerability detection based on deep learning. They introduced the concept of Vulnerability Candidate Slice (VCS), which focuses on analyzing the dependencies between diverse data and control program elements.…”
Section: Deep Learning For Smart Contract Vulnerabilities Detectionmentioning
confidence: 99%
“…The withdrawAll function in VulnerableContract is used to withdraw all balances in the contract, and owner check is required before withdrawal (line 7). Assuming that the owner of the VulnerableContract contract calls the withdrawAll function to transfer funds to the AttackContract address (line 8), its fallback function will be called (lines [19][20][21]. The fallback function is injected with malicious code, which calls the withdrawAll function of VulnerableContract again.…”
Section: Supplementary Informationmentioning
confidence: 99%