aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-05-06 10:38:20 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-05-06 10:19:03 +0000
commitdc18fdf9b0a2dc9a54167eaf7600075da09d023e (patch)
treef5f1d07ccfdf6d39423f44a86531f930fe4f4775 /docs
parentd884b519ef74f7edf51f2c964162f0a2fe80846c (diff)
tools/syz-stress: delete utility
Move syz-stress logic into syz-execprog. It's already doing most of what syz-stress could do, it even can load a corpus since recently. There are few remaining bits that are missing in execprog, so add them to execprog.
Diffstat (limited to 'docs')
-rw-r--r--docs/windows/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/windows/README.md b/docs/windows/README.md
index a511ba86b..a72cec627 100644
--- a/docs/windows/README.md
+++ b/docs/windows/README.md
@@ -35,9 +35,9 @@ cl executor\executor_windows.cc /EHsc -o bin\windows_amd64\syz-executor.exe \
Msimg32.lib RpcRT4.lib Rpcrt4.lib lz32.lib
```
-To run `syz-stress`:
+To run `syz-execprog`:
```
-bin\windows_amd64\syz-stress.exe -executor c:\full\path\to\bin\windows_amd64\syz-executor.exe
+bin\windows_amd64\syz-execprog.exe -executor c:\full\path\to\bin\windows_amd64\syz-executor.exe -stress
```
Windows is supported by only `gce` VMs at the moment.