hbowden / nextgen

A Genetic File, Syscall and Network Fuzzer.
Other
58 stars 15 forks source link

System call information for Linux. #16

Open hbowden opened 7 years ago

hbowden commented 7 years ago

Nextgen use's a code generator which can be found here: https://github.com/hbowden/entrygen for creating system call entries. Nextgen use's the syscall.master file found on FreeBSD and macOS to generate the files however linux does not have such a file. This means nextgen will only test the read system call because it was handwritten for testing. Hand writing the files is untenable so a alternative method will be needed for generating the files on Linux.