Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 255 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 255 Bytes

dydra

Dydra is instruction set emulator written in Rust, now supports RISC-V as guest ISA, x86-64 as host ISA.

Dydra use binary translation technology to simulate RISC-V instruction into x86-64. Binary translation is based on algorithm used in QEMU.