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