We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad208bc commit 811ad0fCopy full SHA for 811ad0f
fuzzing/README.rst
@@ -5,12 +5,11 @@ Local fuzzing via `python-afl <https://github.com/jwilk/python-afl>`__ and
5
`afl++ <https://aflplus.plus/>`__:
6
7
* Install afl, for example ``sudo apt install afl++`` on Debian/Ubuntu
8
-* ``poetry install --with fuzzing``
9
-* ``poetry shell``
+* ``uv sync --group fuzzing``
10
* Add some example files into ``_examples``
11
-* ``./run.sh`` will start multiple afl-fuzz instances
+* ``uv run ./run.sh`` will start multiple afl-fuzz instances
12
* CTRL+C to stop
13
-* Run ``./check_crashes.sh`` to get a summary of the errors found
+* Run ``uv run ./check_crashes.sh`` to get a summary of the errors found
14
15
Fuzzing via `OSS-Fuzz <https://github.com/google/oss-fuzz>`__:
16
0 commit comments