Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 342 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 342 Bytes

icepop

icepop is a rewrite of riscvemu in Rust with dynamic translation (x86 JIT) aimed towards emulating full RISC-V binaries with hooks and introspection.

Currently supports dynamic translation to x86, with aarch64 a work in progress.

Hooking and introspection are currently not implemented.