BinOpLeR: Optimization level recovery from binaries based on rich semantic instruction image and weighted voting

IF 4.3 2区 计算机科学 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Information and Software Technology Pub Date : 2025-05-01 Epub Date: 2025-02-12 DOI:10.1016/j.infsof.2025.107683
Xiaonan Li , Qingbao Li , Guimin Zhang , Jinjin Liu , Shudan Yue , Weihua Jiao
{"title":"BinOpLeR: Optimization level recovery from binaries based on rich semantic instruction image and weighted voting","authors":"Xiaonan Li ,&nbsp;Qingbao Li ,&nbsp;Guimin Zhang ,&nbsp;Jinjin Liu ,&nbsp;Shudan Yue ,&nbsp;Weihua Jiao","doi":"10.1016/j.infsof.2025.107683","DOIUrl":null,"url":null,"abstract":"<div><h3>Context:</h3><div>Compiler toolchain differences result in binary code diversity, wherein the impacts of different optimization levels on binary code severely constrains the performance improvement of software security detection tasks such as malware detection, software copyright protection, and vulnerability homology detection. However, binaries compiled with different optimization levels often contain numerous identical or similar code fragments, posing severe challenges to recovering the optimization levels from binaries.</div></div><div><h3>Objective:</h3><div>The existing optimization level detection methods based on statistical features have poor generalization capabilities, and those based on automated learning have low detection accuracy due to using coarse-grained instruction normalization. To improve accuracy and generalization capabilities, this paper proposes BinOpLeR, a binary optimization level recovery method based on rich semantic instruction images and weighted voting.</div></div><div><h3>Method:</h3><div>In this paper, we perform fine-grained normalization on disassembly instructions to retain the elements that reflect instruction semantics and code execution characteristics, and utilize the mappings from the ASCII code values of assembly codes to pixel grayscale values to convert functions into grayscale images. Then, a balanced dataset is constructed using the grayscale images of functions to train a convolutional neural network model with adaptive pooling to capture optimization level-related features. Finally, a weighted voting scheme that incorporates prediction probabilities and function lengths is innovatively introduced to infer the optimization levels of binaries.</div></div><div><h3>Results:</h3><div>We evaluate the performance of BinOpLeR on the public dataset of ARM and MIPS binaries using precision, accuracy, recall and F1 score. The results show that BinOpLeR outperforms the comparison methods in prediction performance.</div></div><div><h3>Conclusion:</h3><div>The findings indicate that: BinOpLeR effectively improves the accuracy of the optimization levels recovery from binaries. It exhibits stable performance across different compiler versions. The granularity and normalization significantly influence feature extraction, and function lengths along with prediction probabilities are crucial factors in inferring the optimization level of binaries.</div></div>","PeriodicalId":54983,"journal":{"name":"Information and Software Technology","volume":"181 ","pages":"Article 107683"},"PeriodicalIF":4.3000,"publicationDate":"2025-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Information and Software Technology","FirstCategoryId":"94","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S0950584925000229","RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"2025/2/12 0:00:00","PubModel":"Epub","JCR":"Q2","JCRName":"COMPUTER SCIENCE, INFORMATION SYSTEMS","Score":null,"Total":0}
引用次数: 0

Abstract

Context:

Compiler toolchain differences result in binary code diversity, wherein the impacts of different optimization levels on binary code severely constrains the performance improvement of software security detection tasks such as malware detection, software copyright protection, and vulnerability homology detection. However, binaries compiled with different optimization levels often contain numerous identical or similar code fragments, posing severe challenges to recovering the optimization levels from binaries.

Objective:

The existing optimization level detection methods based on statistical features have poor generalization capabilities, and those based on automated learning have low detection accuracy due to using coarse-grained instruction normalization. To improve accuracy and generalization capabilities, this paper proposes BinOpLeR, a binary optimization level recovery method based on rich semantic instruction images and weighted voting.

Method:

In this paper, we perform fine-grained normalization on disassembly instructions to retain the elements that reflect instruction semantics and code execution characteristics, and utilize the mappings from the ASCII code values of assembly codes to pixel grayscale values to convert functions into grayscale images. Then, a balanced dataset is constructed using the grayscale images of functions to train a convolutional neural network model with adaptive pooling to capture optimization level-related features. Finally, a weighted voting scheme that incorporates prediction probabilities and function lengths is innovatively introduced to infer the optimization levels of binaries.

Results:

We evaluate the performance of BinOpLeR on the public dataset of ARM and MIPS binaries using precision, accuracy, recall and F1 score. The results show that BinOpLeR outperforms the comparison methods in prediction performance.

Conclusion:

The findings indicate that: BinOpLeR effectively improves the accuracy of the optimization levels recovery from binaries. It exhibits stable performance across different compiler versions. The granularity and normalization significantly influence feature extraction, and function lengths along with prediction probabilities are crucial factors in inferring the optimization level of binaries.

Abstract Image

查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
BinOpLeR:基于富语义指令图像和加权投票的二进制数据的优化级恢复
背景:编译器工具链的差异导致二进制代码的多样性,不同优化级别对二进制代码的影响严重制约了恶意软件检测、软件版权保护、漏洞同源性检测等软件安全检测任务的性能提升。然而,使用不同优化级别编译的二进制文件通常包含许多相同或相似的代码片段,这给从二进制文件中恢复优化级别带来了严峻的挑战。目的:现有的基于统计特征的优化级别检测方法泛化能力较差,而基于自动学习的优化级别检测方法由于使用粗粒度指令归一化,检测精度较低。为了提高准确率和泛化能力,提出了一种基于丰富语义指令图像和加权投票的二值优化级恢复方法BinOpLeR。方法:本文对反汇编指令进行细粒度规范化,保留反映指令语义和代码执行特征的元素,并利用汇编代码的ASCII码值到像素灰度值的映射,将函数转换为灰度图像。然后,利用函数的灰度图像构建平衡数据集,训练具有自适应池化的卷积神经网络模型,捕捉优化级别相关特征;最后,创新性地引入了一种结合预测概率和函数长度的加权投票方案来推断二进制文件的优化水平。结果:我们通过精密度、准确度、召回率和F1分数来评估BinOpLeR在ARM和MIPS二进制文件的公共数据集上的性能。结果表明,BinOpLeR在预测性能上优于对比方法。结论:研究结果表明:BinOpLeR有效地提高了从二进制文件中提取最佳水平的准确性。它在不同的编译器版本中表现出稳定的性能。粒度和归一化显著影响特征提取,函数长度和预测概率是推断二进制文件优化水平的关键因素。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
求助全文
约1分钟内获得全文 去求助
来源期刊
Information and Software Technology
Information and Software Technology 工程技术-计算机:软件工程
CiteScore
9.10
自引率
7.70%
发文量
164
审稿时长
9.6 weeks
期刊介绍: Information and Software Technology is the international archival journal focusing on research and experience that contributes to the improvement of software development practices. The journal''s scope includes methods and techniques to better engineer software and manage its development. Articles submitted for review should have a clear component of software engineering or address ways to improve the engineering and management of software development. Areas covered by the journal include: • Software management, quality and metrics, • Software processes, • Software architecture, modelling, specification, design and programming • Functional and non-functional software requirements • Software testing and verification & validation • Empirical studies of all aspects of engineering and managing software development Short Communications is a new section dedicated to short papers addressing new ideas, controversial opinions, "Negative" results and much more. Read the Guide for authors for more information. The journal encourages and welcomes submissions of systematic literature studies (reviews and maps) within the scope of the journal. Information and Software Technology is the premiere outlet for systematic literature studies in software engineering.
期刊最新文献
Designing with Dev-X: A systematic mapping of Developer Experience interventions and their business impact Domain-aware graph neural networks for source code vulnerability detection A hybrid XGBoost and SHAP framework for prioritization and interaction analysis of factors driving metaverse adoption in an engineering context Robust and efficient log anomaly detection: A hybrid ID-semantic approach for evolving systems Mutation testing based on non-cooperative Stackelberg game
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1