| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update setup_linux-host_qemu-vm_arm64-kernel.md | Andrey Konovalov | 2019-12-20 | 1 | -0/+8 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-19 | 1 | -1/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-19 | 1 | -2/+3 |
| | | |||||
| * | Implement basic support for MIPS64LE | Jouni Hogander | 2019-12-17 | 1 | -1/+1 |
| | | | | | | | | | | Add basic stuff to enable MIPS64ELR2 target: - build - make extract - make generate - qemu execution - system call parsing from /proc/kallsyms | ||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-13 | 1 | -3/+2 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-13 | 1 | -1/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-13 | 1 | -1/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-12 | 1 | -1/+2 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-10 | 1 | -1/+4 |
| | | |||||
| * | docs/fuchsia: Build syz-executor inside fuchsia. | Marco Vanotti | 2019-12-09 | 1 | -4/+8 |
| | | | | | | | | This commit documents how to build syz-executor as part of fuchsia. Basically you just need to add two flags to the fx set command: one for adding syz-executor, and one for telling fuchsia to use your local syzkaller repository instead of the one in third_party. | ||||
| * | docs/linux/found_bugs.md: add 3 manually reported bugs | Dmitry Vyukov | 2019-12-04 | 1 | -0/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-03 | 1 | -0/+2 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-03 | 1 | -1/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-03 | 1 | -1/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-03 | 1 | -16/+20 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-03 | 1 | -0/+11 |
| | | |||||
| * | docs:update syscall_descriptions.md | Shiyu Sun | 2019-11-22 | 1 | -3/+5 |
| | | | | | Add detailed instructions to run syz-extract | ||||
| * | docs: update syscall_descriptions.md and contributing.md | Shiyu Sun | 2019-11-20 | 2 | -1/+5 |
| | | | | | Add suggestions for running make install_prerequisites. | ||||
| * | docs: clarify what tree should be used for make extract | Dmitry Vyukov | 2019-11-20 | 1 | -2/+8 |
| | | | | Clarify what tree should be used for make extract for Linux. | ||||
| * | docs: update syscall_descriptions.md | Shiyu Sun | 2019-11-18 | 1 | -0/+5 |
| | | | | | | Clarify that 'make generate' should update syscall description revision. | ||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-11-05 | 1 | -1/+1 |
| | | |||||
| * | executor, pkg/host, dashboard/config: rename usb-fuzzer to usb raw-gadget | Andrey Konovalov | 2019-11-04 | 1 | -22/+22 |
| | | | | | The interface is being upstreamed and the name has changed. | ||||
| * | docs: mention more fuzzing research work | Dmitry Vyukov | 2019-11-03 | 1 | -0/+8 |
| | | |||||
| * | pkg/compiler: define fileoff template | Paul Chaignon | 2019-11-01 | 1 | -1/+2 |
| | | | | | Signed-off-by: Paul Chaignon <paul.chaignon@orange.com> | ||||
| * | docs/fuchsia: update README.md | Matthew Dempsky | 2019-10-30 | 1 | -35/+20 |
| | | | | | | | The build process has changed somewhat since switching to host fuzzing mode. Also, rearrange the fx build steps earlier, since they're a prerequisite for building syzkaller. | ||||
| * | prog, pkg/compiler: alignment for integer ranges | Paul Chaignon | 2019-10-25 | 1 | -3/+5 |
| | | | | | | | | | | Enables the syntax intN[start:end, alignment] for integer ranges. For instance, int32[0:10, 2] represents even 32-bit numbers between 0 and 10 included. With this change, two NEED tags in syscall descriptions can be addressed. Signed-off-by: Paul Chaignon <paul.chaignon@orange.com> | ||||
| * | docs: Remove an invalid ascii character | Andrew Turner | 2019-10-21 | 1 | -1/+1 |
| | | | | | | A python3 version of check_links.py raises an exception reading this. Fix by removing the invalid ascii character. | ||||
| * | executor/usb: enable endpoints on SET_INTERFACE | Andrey Konovalov | 2019-10-21 | 1 | -7/+4 |
| | | | | | | This commit changes syz_usb_control_io to enable the relevant endpoints for the interface being set via a SET_INTERFACE request. | ||||
| * | Update syzbot.md | Marco Elver | 2019-10-04 | 1 | -0/+10 |
| | | |||||
| * | docs/openbsd: update found bugs.md | Anton Lindqvist | 2019-09-29 | 1 | -0/+12 |
| | | |||||
| * | docs/linux: update USB instructions | Andrey Konovalov | 2019-09-19 | 1 | -5/+7 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-09-19 | 1 | -1/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-09-19 | 1 | -2/+2 |
| | | |||||
| * | docs: update syzbot.md | Zubin Mithra | 2019-09-18 | 1 | -1/+22 |
| | | | | | Add in some information about fix bisection. | ||||
| * | docs: fix USB Raspberry Pi instructions | Andrey Konovalov | 2019-09-18 | 1 | -0/+19 |
| | | |||||
| * | sys/linux, executor: basic support for multiple USB interfaces | Andrey Konovalov | 2019-09-06 | 1 | -2/+5 |
| | | |||||
| * | docs: add another research paper | Dmitry Vyukov | 2019-09-06 | 1 | -0/+1 |
| | | |||||
| * | docs: update USB fuzzing documentation | Andrey Konovalov | 2019-09-04 | 1 | -22/+234 |
| | | |||||
| * | docs: add CC="$GCC/bin/gcc" to setup_ubuntu-host_qemu-vm_x86-64-kernel.md ↵ | ITWOI | 2019-09-03 | 1 | -3/+3 |
| | | | | | | (#1368) Use the same GCC version when configuring and building Linux kernel. | ||||
| * | Update setup_linux-host_qemu-vm_arm-kernel.md | Andrey Konovalov | 2019-08-28 | 1 | -2/+2 |
| | | |||||
| * | Update setup_linux-host_qemu-vm_arm-kernel.md | Andrey Konovalov | 2019-08-28 | 1 | -1/+1 |
| | | |||||
| * | Update found_bugs_usb.md | Andrey Konovalov | 2019-08-21 | 1 | -2/+4 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-08-20 | 1 | -3/+6 |
| | | |||||
| * | Update found_bugs_usb.md | Andrey Konovalov | 2019-08-19 | 1 | -2/+2 |
| | | |||||
| * | docs: update syscall_descriptions.md | Dmitry Vyukov | 2019-08-18 | 1 | -2/+1 |
| | | | | | | We now don't return len from read/write syscalls (not needed for anything) and don't need an mmap for data space. Reflect this in the docs. | ||||
| * | docs/openbsd: update found bugs.md | Anton Lindqvist | 2019-08-15 | 1 | -0/+2 |
| | | |||||
| * | docs/fuchsia: add bundles:tools to fuchsia build args | Marco Vanotti | 2019-08-14 | 1 | -2/+2 |
| | | |||||
| * | docs/fuchsia: document manual ssh steps for syz-manager. | Marco Vanotti | 2019-08-14 | 1 | -1/+7 |
| | | |||||
| * | docs/openbsd: update found_bugs.md | Anton Lindqvist | 2019-08-06 | 1 | -0/+2 |
| | | |||||
| * | Update syzbot.md | Andrey Konovalov | 2019-08-06 | 1 | -1/+1 |
| | | |||||
