3 papers
cs.SE2021
Integrated Reasoning Engine for Pointer-related Code Clone Detection
Hongfa Xue, Yongsheng Mei, Kailash Gogineni +2
Detecting similar code fragments, usually referred to as code clones, is an important task. In particular, code clone detection can have significant uses in the context of vulnerab…
cs.SE2019
Twin-Finder: Integrated Reasoning Engine for Pointer-related Code Clone Detection
Hongfa Xue, Yongsheng Mei, Kailash Gogineni +2
Detecting code clones is crucial in various software engineering tasks. In particular, code clone detection can have significant uses in the context of analyzing and fixing bugs in…
cs.PL2019
CHOP: Bypassing Runtime Bounds Checking Through Convex Hull OPtimization
Yurong Chen, Hongfa Xue, Tian Lan +1
Unsafe memory accesses in programs written using popular programming languages like C/C++ have been among the leading causes for software vulnerability. Prior memory safety checker…