Skip to content

Commit 811ad0f

Browse files
committed
fuzzing: move README to uv
1 parent ad208bc commit 811ad0f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

fuzzing/README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ Local fuzzing via `python-afl <https://github.com/jwilk/python-afl>`__ and
55
`afl++ <https://aflplus.plus/>`__:
66

77
* Install afl, for example ``sudo apt install afl++`` on Debian/Ubuntu
8-
* ``poetry install --with fuzzing``
9-
* ``poetry shell``
8+
* ``uv sync --group fuzzing``
109
* Add some example files into ``_examples``
11-
* ``./run.sh`` will start multiple afl-fuzz instances
10+
* ``uv run ./run.sh`` will start multiple afl-fuzz instances
1211
* CTRL+C to stop
13-
* Run ``./check_crashes.sh`` to get a summary of the errors found
12+
* Run ``uv run ./check_crashes.sh`` to get a summary of the errors found
1413

1514
Fuzzing via `OSS-Fuzz <https://github.com/google/oss-fuzz>`__:
1615

0 commit comments

Comments
 (0)