paper-with-me

Papers

Neural Machine Translation Inspired Binary Code Similarity Comparison beyond Function Pairs

2018-08-08 · Fei Zuo, Xiaopeng Li, Patrick Young, Lannan Luo, Qiang Zeng, Zhexin Zhang

Binary code analysis allows analyzing binary code without having access to the corresponding source code. A binary, after disassembly, is expressed in an assembly language. This inspires us to approach binary analysis by leveraging ideas and techniques from Natural Language Processing (NLP), a rich area focused on processing text of various natural languages. We notice that binary code analysis and NLP share a lot of analogical topics, such as semantics extraction, summarization, and classification. This work utilizes these ideas to address two important code similarity comparison problems. (I) Given a pair of basic blocks for different instruction set architectures (ISAs), determining whether their semantics is similar or not; and (II) given a piece of code of interest, determining if it is contained in another piece of assembly code for a different ISA. The solutions to these two problems have many applications, such as cross-architecture vulnerability discovery and code plagiarism detection. We implement a prototype system INNEREYE and perform a comprehensive evaluation. A comparison between our approach and existing approaches to Problem I shows that our system outperforms them in terms of accuracy, efficiency and scalability. And the case studies utilizing the system demonstrate that our solution to Problem II is effective. Moreover, this research showcases how to apply ideas and techniques from NLP to large-scale binary code analysis.

📄 PDF Abstract BibTeX arXiv:1808.04706

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

A Tree-based Decoder for Neural Machine Translation

2018-08-28 · EMNLP 2018 10 · Xinyi Wang, Hieu Pham, Pengcheng Yin, Graham Neubig

Recent advances in Neural Machine Translation (NMT) show that adding syntactic information to NMT systems can improve the quality of their translations. Most existing work utilizes some specific types of linguistically-i…

DecoderMachine TranslationNMTOpen-Ended Question Answering+1

Neural Machine Translation via Binary Code Prediction

2017-04-23 · ACL 2017 7 · Yusuke Oda, Philip Arthur, Graham Neubig, Koichiro Yoshino 외

In this paper, we propose a new method for calculating the output layer in neural machine translation systems. The method is based on predicting a binary code for each word and can reduce computation time/memory requirem…

Machine TranslationPredictionTranslation

Cross-Modality Binary Code Learning via Fusion Similarity Hashing

2017-07-01 · CVPR 2017 7 · Hong Liu, Rongrong Ji, Yongjian Wu, Feiyue Huang 외

Binary code learning has been emerging topic in large-scale cross-modality retrieval recently. It aims to map features from multiple modalities into a common Hamming space, where the cross-modality similarity can be appr…

Retrieval

A Cross-Architecture Instruction Embedding Model for Natural Language Processing-Inspired Binary Code Analysis

2018-12-23 · Kimberly Redmond, Lannan Luo, Qiang Zeng

Given a closed-source program, such as most of proprietary software and viruses, binary code analysis is indispensable for many tasks, such as code plagiarism detection and malware analysis. Today, source code is very of…

Malware Analysis

Beyond Binary Gender: Evaluating Gender-Inclusive Machine Translation with Ambiguous Attitude Words

2024-07-23 · Yijie Chen, Yijin Liu, Fandong Meng, Jinan Xu 외

Gender bias has been a focal point in the study of bias in machine translation and language models. Existing machine translation gender bias evaluations are primarily focused on male and female genders, limiting the scop…

Machine TranslationTranslation