mirror of
https://github.com/icicle-emu/icicle-python
synced 2026-06-21 13:53:41 +00:00
30f33f98d3c4052700a6b2e3a423fbaf95f75b9d
icicle-python
This project is an easy to use Python wrapper around icicle-emu.
Requirements
Building
TODO: talk about the submodule
TODO: clone ghidra and set GHIDRA_SRC environment variable
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%