You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,17 @@
2
2
3
3
This project is an easy to use Python wrapper around [icicle-emu](https://github.com/icicle-emu/icicle-emu). You can read more about Icicle in the paper: [Icicle: A Re-designed Emulator for Grey-Box Firmware Fuzzing](https://arxiv.org/pdf/2301.13346.pdf)
4
4
5
-
## Requirements
5
+
## Installation
6
6
7
-
-[Python 3.7+](https://www.python.org/downloads/)
8
-
-[Rust 1.48](https://rustup.rs/)
7
+
You can install the [latest release](https://github.com/mrexodia/icicle-python/releases) from [PyPI](https://pypi.org/project/icicle-emu):
9
8
10
-
## Building
9
+
```
10
+
pip -m install icicle-emu
11
+
```
11
12
12
-
TODO: talk about the submodule
13
+
## Development
13
14
14
-
TODO: clone ghidra and set `GHIDRA_SRC` environment variable
15
+
_Note_: You need to install [Rust 1.48](https://rustup.rs) or later to build from source.
0 commit comments