4 papers · 1 filter
Vulseye: Detect Smart Contract Vulnerabilities via Stateful Directed Graybox Fuzzing
Ruichao Liang, Jing Chen, Cong Wu +6
Smart contracts, the cornerstone of decentralized applications, have become increasingly prominent in revolutionizing the digital landscape. However, vulnerabilities in smart contr…
Gitor: Scalable Code Clone Detection by Building Global Sample Graph
Junjie Shan, Shihan Dou, Yueming Wu +2
Code clone detection is about finding out similar code fragments, which has drawn much attention in software engineering since it is important for software maintenance and evolutio…
The Software Genome Project: Venture to the Genomic Pathways of Open Source Software and Its Applications
Yueming Wu, Chengwei Liu, Yang Liu
With the boom in modern software development, open-source software has become an integral part of various industries, driving progress in computer science. However, the immense com…
Towards Understanding the Capability of Large Language Models on Code Clone Detection: A Survey
Shihan Dou, Junjie Shan, Haoxiang Jia +7
Code cloning, the duplication of code fragments, is common in software development. While some reuse aids productivity, excessive cloning hurts maintainability and introduces bugs.…