https://github.com/systemvll/mkdir-asm
Creating a directory with ASM
https://github.com/systemvll/mkdir-asm
Last synced: 3 months ago
JSON representation
Creating a directory with ASM
- Host: GitHub
- URL: https://github.com/systemvll/mkdir-asm
- Owner: SystemVll
- Created: 2023-06-23T18:51:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T19:31:14.000Z (about 1 year ago)
- Last Synced: 2025-06-20T05:13:07.651Z (12 months ago)
- Language: Assembly
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mkdir-asm
Creating a directory with ASM
See [fs/namei.c](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/fs/namei.c)
| syscall_id: 83 | sys_mkdir |
| :------ | :-------- |
| %rdi | %rsi |
| const char __user * pathname | umode_t mode |