https://github.com/oditynet/syscall
Test Syscall Linux kernel
https://github.com/oditynet/syscall
Last synced: 12 months ago
JSON representation
Test Syscall Linux kernel
- Host: GitHub
- URL: https://github.com/oditynet/syscall
- Owner: oditynet
- Created: 2024-11-12T14:47:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T15:19:11.000Z (over 1 year ago)
- Last Synced: 2024-11-12T16:28:30.145Z (over 1 year ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Builds:
```sh
gcc syscall.c -static -nostdlib -fno-stack-protector -o syscall
```
My version API of linux kernel have functions:
* `create clone`
* `create clone3`
* `print string`
* `print numbers`
* `sleep`
* `exit`
About sys call you can read on https://www.chromium.org/chromium-os/developer-library/reference/linux-constants/syscalls/