
* Move fuzzers around some more * back to baby * this was missing.. * shuffeling shuffeling * shuffeling * md * cleanup * oops * Move foldername to underscore * more doc
18 lines
274 B
Markdown
18 lines
274 B
Markdown
# Python LibAFL QEMU
|
|
|
|
## Build
|
|
|
|
First, install python bindings (check `LibAFL/bindings/pylibafl`) and use the virtual environment.
|
|
|
|
Then, create the `in` folder and put some input inside
|
|
```bash
|
|
$ mkdir in
|
|
$ echo aaaaa > in/input
|
|
```
|
|
|
|
## Run
|
|
|
|
```bash
|
|
$ python fuzzer.py
|
|
```
|