3 papers
cs.DC2025
Efficient Candidate-Free R-S Set Similarity Joins with Filter-and-Verification Trees on MapReduce
Yuhong Feng, Fangcao Jian, Yixuan Cao +4
Given two different collections of sets R and S, the exact R-S set similarity join (R-S Join) finds all set pairs with similarity no less than a given threshold, which has widespre…
cs.CR2025
ORCAS: Obfuscation-Resilient Binary Code Similarity Analysis using Dominance Enhanced Semantic Graph
Yufeng Wang, Yuhong Feng, Yixuan Cao +3
Binary code similarity analysis (BCSA) serves as a foundational technique for binary analysis tasks such as vulnerability detection and malware identification. Existing graph based…
cs.SE2025
Tech-ASan: Two-stage check for Address Sanitizer
Yixuan Cao, Yuhong Feng, Huafeng Li +4
Address Sanitizer (ASan) is a sharp weapon for detecting memory safety violations, including temporal and spatial errors hidden in C/C++ programs during execution. However, ASan in…