Binary Translation
ConceptBinary translation is a technique for translating executable code from one instruction set architecture (ISA) to another. The provided evidence corpus, drawn from a survey on ISA specification, lists numerous tools and research efforts relevant to or directly employing binary translation, including dynamic translators such as QEMU and related works.
WIKI
Binary Translation
Overview
Binary translation refers to the process of translating executable program code from one instruction set architecture (ISA) to another, or to an intermediate representation, in order to execute or analyze the program on a different platform or within a different toolchain. Binary translation can be performed statically (ahead of execution) or dynamically (at runtime), and is foundational to emulation, virtualization, cross-architecture software execution, and certain forms of binary analysis and lifting.
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →