binary-translation

Tag

Cards List
#binary-translation

The time the x86 emulator team found code so bad that they fixed it during emulation

Lobsters Hottest · 2026-06-16 Cached

A story from a Windows x86 emulator team about encountering a program with a fully unrolled 64KB initialization loop (65,536 instructions) and adding a special optimization to replace it with a tight loop.

0 favorites 0 likes
#binary-translation

Theseus: translating win32 to wasm

Lobsters Hottest · 2026-05-27 Cached

Translates Windows executables (win32/x86) to WebAssembly to run in the browser, discussing challenges like blocking vs async design.

0 favorites 0 likes
#binary-translation

Deterministic Fully-Static Whole-Binary Translation Without Heuristics

Hacker News Top · 2026-05-13 Cached

This paper introduces Elevator, a novel binary translator that performs deterministic, fully-static translation of entire x86-64 binaries to AArch64 without heuristics or runtime fallbacks. It achieves performance comparable to QEMU while enabling pre-deployment validation and certification of the translated code.

0 favorites 0 likes
← Back to home

Submit Feedback