diff options
| author | Siddharth M <siddharth.muralee@gmail.com> | 2019-07-14 20:29:29 +0530 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-07-14 17:59:29 +0300 |
| commit | 2bbe2f05585bb06f9c417ee8437a8077c97b0de2 (patch) | |
| tree | 41b902498bad0bf6fbc479e877d4e59705f0682e /executor/syscalls.h | |
| parent | e6fb0f1316017fe45a21e19fc2ef5aea5b27d734 (diff) | |
executor: add network packet injection for NetBSD
* Initial Commit
* working build of network packet fuzzing
* Add missed csource file
* pkg/csource: fix build
* executor/common_bsd.h: Add comment stating reason for ifconfig create
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 3665c8897..fb6b5f64f 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -15804,7 +15804,10 @@ const call_t syscalls[] = { {"symlink", 57}, {"symlinkat", 470}, {"sync", 36}, + {"syz_emit_ethernet", 0, (syscall_t)syz_emit_ethernet}, {"syz_execute_func", 0, (syscall_t)syz_execute_func}, + {"syz_extract_tcp_res", 0, (syscall_t)syz_extract_tcp_res}, + {"syz_extract_tcp_res$synack", 0, (syscall_t)syz_extract_tcp_res}, {"truncate", 200}, {"unlink", 10}, {"unlinkat", 471}, |
