11 repos
Low-level runtime translation and emulation of CPU instruction sets, primarily ARM64 and x86, enabling cross-architecture code execution on Linux and mobile platforms. The cluster centers on dynamic recompilation (dynarec) techniques and box64-style binary translators that convert instructions between architectures at runtime. Primary artifacts are C-based emulation engines and translation frameworks, with some Android-focused applications (Kotlin) that wrap or integrate these core translation libraries.