aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/binfmt.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux/test: add ELF binary seedDmitry Vyukov2024-09-271-2/+2
| | | | Add a seed that creates and execs something that resembles an ELF binary.
* sys/linux: add descriptions for binfmt_misc register/formatsDmitry Vyukov2024-09-271-0/+34
|
* sys/linux: fix binfmt_misc formatDmitry Vyukov2024-09-271-8/+1
| | | | | | | 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.
* sys/linux: add syz_create_resourceDmitry Vyukov2024-09-191-7/+25
| | | | | | | | 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.
* sys/linux: test various binfmt's in execveDmitry Vyukov2018-04-021-0/+121