From b36ee843aaab697c499f765e1b15c5d8bca1750c Mon Sep 17 00:00:00 2001 From: alexandraart1 <107203185+alexandraart1@users.noreply.github.com> Date: Fri, 10 Jun 2022 21:26:47 +0300 Subject: [PATCH] Update README.md --- Examples/Crusher/Linux/python_fuzz/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/Crusher/Linux/python_fuzz/README.md b/Examples/Crusher/Linux/python_fuzz/README.md index c172f14..e925c35 100644 --- a/Examples/Crusher/Linux/python_fuzz/README.md +++ b/Examples/Crusher/Linux/python_fuzz/README.md @@ -9,11 +9,11 @@ ## Подготовка к фаззингу 1. Необходимо дополнительно установить atheris (с применением соответствующих патчей) в python фаззера: ```shell -./path/to/crusher/tools/install_atheris.sh +/path/to/crusher/tools/install_atheris.sh ``` 3. Необходимо установить библиотеки pdfquery и six в python фаззера: ```shell -path/to/crusher/bin_x86-64/python-3.9_x86_64/bin/pip3 install pdfquery six +/path/to/crusher/bin_x86-64/python-3.9_x86_64/bin/pip3 install pdfquery six ``` ## Фаззинг