2024-12-28 15:00:23 +01:00
2024-12-25 01:19:23 +01:00
2024-12-28 15:00:23 +01:00
2023-08-13 00:20:07 +02:00
2023-10-20 17:52:13 +02:00
2024-12-25 01:19:23 +01:00
2024-12-25 00:41:46 +01:00
2023-08-13 00:20:07 +02:00
2023-08-13 15:14:20 +02:00
2023-08-13 00:20:07 +02:00
2023-08-13 00:20:07 +02:00
2023-10-20 17:52:13 +02:00
2023-08-13 15:14:20 +02:00

icicle-python

This project is an easy to use Python wrapper around icicle-emu. You can read more about Icicle in the paper: Icicle: A Re-designed Emulator for Grey-Box Firmware Fuzzing.

Installation

You can install the latest release from PyPI:

pip -m install icicle-emu

Development

Note: You need to install Rust 1.48 or later to build from source.

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
python setup.py develop
S
Description
Automated archival mirror of github.com/icicle-emu/icicle-python
Readme BSL-1.0 2.8 MiB
Languages
Rust 68.9%
Python 31.1%