Skip to main navigation Skip to search Skip to main content

Binary rewriting without control flow recovery

  • Gregory J. Duck
  • , Xiang Gao
  • , Abhik Roychoudhury
  • National University of Singapore

Research output: Chapter in Book/Report/Conference proceedingConference contributionpeer-review

Abstract

Static binary rewriting has many important applications in software security and systems, such as hardening, repair, patching, instrumentation, and debugging. While many different static binary rewriting tools have been proposed, most rely on recovering control flow information from the input binary. The recovery step is necessary since the rewriting process may move instructions, meaning that the set of jump targets in the rewritten binary needs to be adjusted accordingly. Since the static recovery of control flow information is a hard problem in general, most tools rely on a set of simplifying heuristics or assumptions, such as specific compilers, specific source languages, or binary file meta information. However, the reliance on assumptions or heuristics tends to scale poorly in practice, and most state-of-the-art static binary rewriting tools cannot handle very large/complex programs such as web browsers. In this paper we present E9Patch, a tool that can statically rewrite x86-64 binaries without any knowledge of control flow information. To do so, E9Patch develops a suite of binary rewriting methodologies - -such as instruction punning, padding, and eviction - -that can insert jumps to trampolines without the need to move other instructions. Since this preserves the set of jump targets, the need for control flow recovery and related heuristics is eliminated. As such, E9Patch is robust by design, and can scale to very large (>100MB) stripped binaries including the Google Chrome and FireFox web browsers. We also evaluate the effectiveness of E9Patch against realistic applications such as binary instrumentation, hardening and repair.

Original languageEnglish
Title of host publicationPLDI 2020 - Proceedings of the 41st ACM SIGPLAN Conference on Programming Language Design and Implementation
EditorsAlastair F. Donaldson, Emina Torlak
PublisherAssociation for Computing Machinery
Pages151-163
Number of pages13
ISBN (Electronic)9781450376136
DOIs
StatePublished - 11 Jun 2020
Externally publishedYes
Event41st ACM SIGPLAN Conference on Programming Language Design and Implementation, PLDI 2020 - London, United Kingdom
Duration: 15 Jun 202020 Jun 2020

Publication series

NameProceedings of the ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)

Conference

Conference41st ACM SIGPLAN Conference on Programming Language Design and Implementation, PLDI 2020
Country/TerritoryUnited Kingdom
CityLondon
Period15/06/2020/06/20

Keywords

  • Binary instrumentation
  • Binary patching
  • Binary repair
  • Instruction eviction
  • Instruction punning
  • Memory management
  • Static binary rewriting

Fingerprint

Dive into the research topics of 'Binary rewriting without control flow recovery'. Together they form a unique fingerprint.

Cite this