Deterministic Fully-Static Whole-Binary Translation without Heuristics
2026/05/08 by Hongyu Chen, James McGowan, Michael Franz · 23 voices
#cs.CR #cs.PL
paper · pdf
Abstract
We present Elevator, the first binary translator that statically translates entire x86-64 executables to AArch64 without debug information, source code, or assumptions about code layout. Unlike existing systems, which rely on heuristics or runtime fallbacks to handle code-versus-data decoding errors, Elevator considers all possible interpretations of every byte and produces a separate translation for each feasible one ahead of time. Any byte may be interpreted as data, an opcode, or an opcode argument; we generate separate control flow paths for all interpretations, pruning only those leading to abnormal termination. Translations are built by composing code "tiles" automatically derived from a high-level description of the source ISA, yielding a nimble translation framework. The approach is deterministic and produces complete, self-contained binaries with no runtime component in the trusted code base. The principal cost is substantial code size expansion. The key benefit is that the output is the actual code that will run, enabling testing, validation, certification, and cryptographic signing prior to deployment, reducing risk compared to emulators or JIT compilers. We evaluate Elevator on a diverse corpus of real-world binaries, including the entire SPECint 2006 suite, demonstrating that static full-program binary translation can be both reliable and practical. Elevator achieves performance on par with or better than QEMU's user-mode JIT emulation.
Citations
Discussions
- Deterministic Fully-Static Whole-Binary Translation Without Heuristics [hn, 298 points, 65 comments]
- Deterministic Fully-Static Whole-Binary Translation without Heuristics [lobsters, 5 points, 1 comments]
- holy shit this is cool, this paper addresses the point in image 2 :D arxiv.org/pdf/2605.08419 [bsky, 1 points, 2 comments]
- Deterministic Fully-Static Whole-Binary Translation Without Heuristics View Article | Join the HN Conversation Summary of HN discussion 🧵👇 [bsky, 1 points, 1 comments]
- Deterministische, vollstatische, heuristik-freie Whole-Binary-Translation: Maschinencode einer ISA in eine andere übersetzen, ohne das Binary zu kennen. Die Art Paper, die in zehn Jahren in jedem Emul [bsky, 1 points, 1 comments]
- Deterministic Fully-Static Whole-Binary Translation without Heuristics - Binary Translator that statically translates entire x86-64 Executables to AArch64 without debug information, source code, or as [bsky, 1 points, 0 comments]
- 📰 A research paper proposes deterministic fully-static whole-binary translation without heuristics, addressing critical constraints for efficient and reliable software compilation. 🔗 https://arxiv.o [bsky, 1 points, 0 comments]
- Deterministic Fully-Static Whole-Binary Translation Without Heuristics https://arxiv.org/abs/2605.08419 [bsky, 0 points, 0 comments]
- Deterministic Fully-Static Whole-Binary Translation Without Heuristics view on hacker news [bsky, 0 points, 0 comments]
- 📰 Deterministic Fully-Static Whole-Binary Translation Without Heuristics 🔗 https://arxiv.org/abs/2605.08419 💬 Discuss on HN [bsky, 0 points, 0 comments]
- Deterministic Fully-Static Whole-Binary Translation Without Heuristics https://arxiv.org/abs/2605.08419 (https://news.ycombinator.com/item?id=48117810) [bsky, 0 points, 0 comments]
- Deterministic Fully-Static Whole-Binary Translation Without Heuristics https:// arxiv.org/abs/2605.08419 # arxiv [mastodon, 0 points, 0 comments]
- Deterministic Fully-Static Whole-Binary Translation without Heuristics https://lobste.rs/s/djjacb #compilers [bsky, 0 points, 0 comments]
- [7/30] 308 Upvotes, 65 Comments, 2 Posts, arXiv:2605.08419 🆕Deterministic Fully-Static Whole-Binary Translation without Heuristics Hongyu Chen, James McGowan, Michael Franz [bsky, 0 points, 1 comments]
- https://bsky.app/profile/news.ycombinator.com.web.brid.gy/post/3mlqazsl5ulx2 [bsky, 0 points, 0 comments]
- Deterministic Fully-Static Whole-Binary Translation Without Heuristics https://arxiv.org/abs/2605.08419 (http://news.ycombinator.com/item?id=48117810) [bsky, 0 points, 0 comments]
- Deterministic Fully-Static Whole-Binary Translation Without Heuristics https://arxiv.org/abs/2605.08419 (http://news.ycombinator.com/item?id=48117810) [bsky, 0 points, 0 comments]
- Deterministic Fully-Static Whole-Binary Translation Without Heuristics https://arxiv.org/abs/2605.08419 (https://news.ycombinator.com/item?id=48117810) [bsky, 0 points, 0 comments]
- Discover the innovative approach to binary translation that eliminates the need for heuristics! This research presents a fully-static, deterministic method that enhances efficiency and reliability in [bsky, 0 points, 0 comments]
- Article URL: https://arxiv.org/abs/2605.08419 Comments URL: https://news.ycombinator.com/item?id=48117810 Points: 267 # Comments: 64 Fuente: https://arxiv.org/abs/2605.08419 [bsky, 0 points, 0 comments]
- Deterministic Fully-Static Whole-Binary Translation Without Heuristics #HackerNews https://arxiv.org/abs/2605.08419 [bsky, 0 points, 0 comments]
- Deterministic Fully-Static Whole-Binary Translation Without Heuristics https://arxiv.org/abs/2605.08419 https://news.ycombinator.com/item?id=48117810 [bsky, 0 points, 0 comments]
- Deterministic Fully-Static Whole-Binary Translation Without Heuristics https://arxiv.org/abs/2605.08419 https://news.ycombinator.com/item?id=48117810 [bsky, 0 points, 0 comments]
Related