mirror of
https://github.com/icicle-emu/icicle-python
synced 2026-06-21 13:53:41 +00:00
e3466b14f9bc4521a93a7d13148bfbf62fa2bb63
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%