User:Luckyxxl/Linux Syscalls Table
Appearance
Name | int $0x80 number | syscall number | Param 1 | Param 2 | Param 3 | Param 4 | Param 5 | Param 6 |
---|---|---|---|---|---|---|---|---|
exit | 1 (0x01) | 60 (0x3C) | status (int) | |||||
read | 3 (0x03) | 0 (0x00) | fd (int) | buf (void*) | count (size_t) | |||
write | 4 (0x04) | 1 (0x01) | fd (int) | buf (const void*) | count (size_t) |