aboutsummaryrefslogtreecommitdiffstats
path: root/executor/test.go
Commit message (Collapse)AuthorAgeFilesLines
* makefile: list generated packagesAndrey Konovalov2017-06-141-1/+1
|
* prog, executor: move checksum computation to executorAndrey Konovalov2017-05-121-0/+10
| | | | | This commit moves checksum computation to executor. This will allow to embed dynamically generated values (like TCP sequence numbers) into packets.
* executor: fix copyin of valuesDmitry Vyukov2017-01-171-0/+5
| | | | | | Currently non-bitfield values are copied incorrectly. Probably all turned into zeros or something. Fix that. Add test.
* sys: extend kvm supportDmitry Vyukov2017-01-091-0/+13
Add new pseudo syscall syz_kvm_setup_cpu that setups VCPU into interesting states for execution. KVM is too difficult to setup otherwise. Lots of improvements possible, but this is a starting point.