diff options
| author | David Drysdale <drysdale@google.com> | 2016-03-10 14:25:44 +0000 |
|---|---|---|
| committer | David Drysdale <drysdale@google.com> | 2016-03-10 15:26:45 +0000 |
| commit | 423e5ccacbe46c716d916a7aad5a8cab8e85f0a5 (patch) | |
| tree | 6cc0e73438fa6482586450fbfc7b0cc3400d176e /README.md | |
| parent | f34a8046f48a9b58f216e2154abf17da694a3ec1 (diff) | |
Add debug logging to sysgen/ code
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -230,6 +230,9 @@ This will re-create the following source code files: (per-architecture) kernel syscall numbers. - `executor/syscalls.h`: Constant definitions (in C) for all system call numbers. +If there are problems with this step, run `bin/syz-sysgen` directly and add +the use `-v=5` flag to show more details of the generation process. + Rebuild syzkaller (`make clean all`) to force use of the new system call definitions. Finally, adjust the `enable_syscalls` configuration value for syzkaller to specifically target the |
