Lines Matching +full:rev +full:- +full:parse
3 To update descriptions run (assumes `cl` cross-compiler is in PATH):
5 syz-extract -os=windows
6 syz-sysgen
9 `sys/windows/windows.txt` was auto-extracted from windows headers with `tools/syz-declextract`.
14 REV=git rev-parse HEAD
15 cl executor\executor_windows.cc /EHsc -o bin\windows_amd64\syz-executor.exe \
16 -DGIT_REVISION=\"$REV\" \
25 To run `syz-stress`:
27 bin\windows_amd64\syz-stress.exe -executor c:\full\path\to\bin\windows_amd64\syz-executor.exe
33 …- Enable serial console debugging (see [this](https://docs.microsoft.com/en-us/windows-hardware/dr…
39 - Disable automatic restart in `sysdm.cpl -> Advanced -> Startup and Recovery`
41 …- Setup sshd with key auth, [these](https://winscp.net/eng/docs/guide_windows_openssh_server) inst…
42 Preferably use non-admin user. Save private ssh key.
45 Then start `syz-manager` with config similar to the following one:
61 "machine_type": "n1-highcpu-2",
62 "gce_image": "your-gce-image"