aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update setup_linux-host_qemu-vm_arm64-kernel.mdAndrey Konovalov2019-12-201-0/+8
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-12-191-1/+1
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-12-191-2/+3
|
* Implement basic support for MIPS64LEJouni Hogander2019-12-171-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.mdAndrey Konovalov2019-12-131-3/+2
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-12-131-1/+1
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-12-131-1/+1
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-12-121-1/+2
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-12-101-1/+4
|
* docs/fuchsia: Build syz-executor inside fuchsia.Marco Vanotti2019-12-091-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 bugsDmitry Vyukov2019-12-041-0/+1
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-12-031-0/+2
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-12-031-1/+1
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-12-031-1/+1
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-12-031-16/+20
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-12-031-0/+11
|
* docs:update syscall_descriptions.mdShiyu Sun2019-11-221-3/+5
| | | | Add detailed instructions to run syz-extract
* docs: update syscall_descriptions.md and contributing.mdShiyu Sun2019-11-202-1/+5
| | | | Add suggestions for running make install_prerequisites.
* docs: clarify what tree should be used for make extractDmitry Vyukov2019-11-201-2/+8
| | | Clarify what tree should be used for make extract for Linux.
* docs: update syscall_descriptions.mdShiyu Sun2019-11-181-0/+5
| | | | | Clarify that 'make generate' should update syscall description revision.
* Update external_fuzzing_usb.mdAndrey Konovalov2019-11-051-1/+1
|
* executor, pkg/host, dashboard/config: rename usb-fuzzer to usb raw-gadgetAndrey Konovalov2019-11-041-22/+22
| | | | The interface is being upstreamed and the name has changed.
* docs: mention more fuzzing research workDmitry Vyukov2019-11-031-0/+8
|
* pkg/compiler: define fileoff templatePaul Chaignon2019-11-011-1/+2
| | | | Signed-off-by: Paul Chaignon <paul.chaignon@orange.com>
* docs/fuchsia: update README.mdMatthew Dempsky2019-10-301-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 rangesPaul Chaignon2019-10-251-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 characterAndrew Turner2019-10-211-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_INTERFACEAndrey Konovalov2019-10-211-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.mdMarco Elver2019-10-041-0/+10
|
* docs/openbsd: update found bugs.mdAnton Lindqvist2019-09-291-0/+12
|
* docs/linux: update USB instructionsAndrey Konovalov2019-09-191-5/+7
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-09-191-1/+1
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-09-191-2/+2
|
* docs: update syzbot.mdZubin Mithra2019-09-181-1/+22
| | | | Add in some information about fix bisection.
* docs: fix USB Raspberry Pi instructionsAndrey Konovalov2019-09-181-0/+19
|
* sys/linux, executor: basic support for multiple USB interfacesAndrey Konovalov2019-09-061-2/+5
|
* docs: add another research paperDmitry Vyukov2019-09-061-0/+1
|
* docs: update USB fuzzing documentationAndrey Konovalov2019-09-041-22/+234
|
* docs: add CC="$GCC/bin/gcc" to setup_ubuntu-host_qemu-vm_x86-64-kernel.md ↵ITWOI2019-09-031-3/+3
| | | | | (#1368) Use the same GCC version when configuring and building Linux kernel.
* Update setup_linux-host_qemu-vm_arm-kernel.mdAndrey Konovalov2019-08-281-2/+2
|
* Update setup_linux-host_qemu-vm_arm-kernel.mdAndrey Konovalov2019-08-281-1/+1
|
* Update found_bugs_usb.mdAndrey Konovalov2019-08-211-2/+4
|
* Update external_fuzzing_usb.mdAndrey Konovalov2019-08-201-3/+6
|
* Update found_bugs_usb.mdAndrey Konovalov2019-08-191-2/+2
|
* docs: update syscall_descriptions.mdDmitry Vyukov2019-08-181-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.mdAnton Lindqvist2019-08-151-0/+2
|
* docs/fuchsia: add bundles:tools to fuchsia build argsMarco Vanotti2019-08-141-2/+2
|
* docs/fuchsia: document manual ssh steps for syz-manager.Marco Vanotti2019-08-141-1/+7
|
* docs/openbsd: update found_bugs.mdAnton Lindqvist2019-08-061-0/+2
|
* Update syzbot.mdAndrey Konovalov2019-08-061-1/+1
|