| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Add a seed that creates and execs something that resembles an ELF binary.
|
| | |
|
| |
|
|
|
|
|
| |
We create 2 binfmt_misc formats:
":syz0:M:0:\x01::./file0:"
":syz1:M:1:\x02::./file0:POC"
They don't require syz0/1 prefix in the fix. syz0/1 is just name of the format.
|
| |
|
|
|
|
|
|
| |
syz_create_resource allows to turn any value into a resource.
Improve binfmt descriptions using syz_create_resource:
we need to pass the same file name to write syscalls and execve.
Use syz_create_resource to improve binfmt descriptions.
|
| |
|