Duncan Ogilvie b891d07dba Add Linux CI
2023-08-13 01:15:29 +02:00
2023-08-13 01:15:29 +02:00
2023-08-13 00:20:07 +02:00
2023-08-13 00:20:07 +02:00
2023-08-13 00:20:07 +02:00
2023-08-13 00:20:07 +02:00
2023-08-13 00:20:07 +02:00
2023-05-27 13:35:39 +02:00
2023-08-13 00:20:07 +02:00
2023-08-13 00:20:07 +02:00
2023-08-13 00:20:07 +02:00
2023-08-13 00:20:07 +02:00
2023-08-13 00:20:07 +02:00
2023-08-13 00:20:07 +02:00
2023-08-11 17:49:17 +02:00
2023-08-13 00:20:07 +02:00
2023-08-13 01:07:30 +02:00
2023-08-13 01:07:30 +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

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
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%