mirror of
https://github.com/icicle-emu/icicle-python
synced 2026-06-21 13:53:41 +00:00
6cdde45a3cdb47f435f4a30b54a69de9268fcb48
icicle-unicorn
This project is an attempt to replace unicorn with a wrapper around icicle-emu.
Requirements
Building
Set up a virtual environment:
python -m venv venv
# macOS/Linux
source venv/bin/activate
# Windows
venv\Scripts\activate.bat
Get the dependencies and build:
pip install -r requirements.txt
maturin develop
Languages
Rust
68.9%
Python
31.1%