aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update syzbot.mdAndrey Konovalov2019-08-061-1/+1
|
* Update syzbot.mdAndrey Konovalov2019-07-301-6/+13
|
* Update syzbot.mdAndrey Konovalov2019-07-301-2/+3
|
* Update syzbot.mdAndrey Konovalov2019-07-291-4/+5
|
* Update syscall_descriptions.mdAndrey Konovalov2019-07-261-22/+27
|
* Makefile: build fuchsia go binaries using the sdkMarco Vanotti2019-07-231-17/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit removes a dependency on fuchsia's tools/devshell/contrib/go, which was removed recently[0]. Now to build go binaries for fuchsia we are not relying on the fuchsia.git repo at all. The code just needs a copy of the fuchsia //third_party/go repository, the fuchsia sdk and a copy of clang. Users should download the sdk and clang beforehand (see documentation for links), and then run (with the correct environment variables): ``` $ make TARGETOS=fuchsia TARGETARCH=amd64 \ SOURCEDIR=$HOME/fuchsia \ FX_SDK_PATH=${HOME}/sdk/fuchsia-sdk \ CLANG_PATH=${HOME}/sdk/clang \ fuchsia_go ``` After that, they will be able to build the syzkaller go binaries by doing: ``` $ make TARGETOS=fuchsia TARGETARCH=amd64 \ SOURCEDIR=$HOME/fuchsia \ FX_SDK_PATH=${HOME}/sdk/fuchsia-sdk \ CLANG_PATH=${HOME}/sdk/clang ``` This commits adds two scripts to tools/fuchsia, one for building go in fuchsia (just calls the ./make.all script in fuchsia's go repo), and one that replaces the devshell/contrib/go script. Given that go is unsupported in fuchsia, this change might break at any point. [0]: https://fuchsia-review.googlesource.com/c/fuchsia/+/291631
* docs: fix description of ptr typeDmitry Vyukov2019-07-221-2/+2
| | | | ptr has direction as the first argument.
* Update found_bugs.mdDenis Efremov2019-07-191-0/+4
|