{D-Helix}: A Generic Decompiler Testing Framework Using Symbolic Differentiation

M Zou, A Khan, R Wu, H Gao, A Bianchi… - 33rd USENIX Security …, 2024 - usenix.org
Decompilers, one of the widely used security tools, transform low-level binary programs
back into their high-level source representations, such as C/C++. While state-of-the-art …

[PDF][PDF] Isolating Compiler Bugs by Generating Effective Witness Programs with Large Language Models

H Tu, Z Zhou, H Jiang, INB Yusuf, Y Li… - arxiv preprint arxiv …, 2023 - haoxintu.github.io
Compiler bugs pose a significant threat to safety-critical applications, and promptly and
effectively isolating these bugs is crucial for assuring the quality of compilers. However, the …

Effective isolation of fault-correlated variables via statistical and mutation analysis

M Wen, Z **e, K Luo, X Chen, Y Yang… - IEEE Transactions on …, 2022 - ieeexplore.ieee.org
It is a widely-adopted strategy for developers to monitor the values of program variables
when debugging in practice. In particular, developers often set breakpoints at specific …

How Does Code Optimization Impact Third-party Library Detection for Android Applications?

Z **e, M Wen, T Li, Y Zhu, Q Hou, H ** - Proceedings of the 39th IEEE …, 2024 - dl.acm.org
Android applications (apps) widely use third-party libraries (TPLs) to reuse functionalities
and simplify the development process. Unfortunately, these TPLs often suffer from …

Compiler Bug Isolation via Enhanced Test Program Mutation

Y Liu, M Zhu, J Dong, J Yu, D Hao - Proceedings of the 39th IEEE/ACM …, 2024 - dl.acm.org
Compilers are one of the most fundamental software systems. A large number of software
systems rely on compilers for execution. Compiler bugs can significantly hinder software …

Isolating Compiler Bugs by Generating Effective Witness Programs with Large Language Models

H Tu, Z Zhou, H Jiang, INB Yusuf, Y Li… - IEEE Transactions on …, 2024 - ieeexplore.ieee.org
Compiler bugs pose a significant threat to safety-critical applications, and promptly as well
as effectively isolating these bugs is crucial for assuring the quality of compilers. However …

Automatically localizing dynamic code generation bugs in jit compiler back-end

HC Lim, S Debray - Proceedings of the 32nd ACM SIGPLAN …, 2023 - dl.acm.org
Just-in-Time (JIT) compilers are ubiquitous in modern computing systems and are used in a
wide variety of software. Dynamic code generation bugs, where the JIT compiler silently …

Automated Localization of Dynamic Code Generation Bugs in Just-In-Time Compilers

HC Lim - 2023 - search.proquest.com
This dissertation presents a new approach to the automatic localization of dynamic code
generation bugs in Just-in-Time (JIT) compilers. JIT compilers are widely utilized to improve …

[CITATION][C] 컴파일러 최적화 버그 자동 탐지 체계

백규민, 신재형, 김동건, 김대영, 김진영 - 한국정보과학회 학술발표 …, 2023 - dbpia.co.kr
컴파일러는 컴파일 과정에서 프로그램의 런타임 성능을 향상하기 위한 최적화를 수행한다.
그러나복잡한 최적화 과정으로 인해 개발자의 의도와 다른 동작을 수행하는 버그를 내포할 …