diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-05-06 10:38:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-05-06 10:19:03 +0000 |
| commit | dc18fdf9b0a2dc9a54167eaf7600075da09d023e (patch) | |
| tree | f5f1d07ccfdf6d39423f44a86531f930fe4f4775 /docs | |
| parent | d884b519ef74f7edf51f2c964162f0a2fe80846c (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.md | 4 |
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. |
