⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 syscalls.list

📁 glibc 库, 不仅可以学习使用库函数,还可以学习函数的具体实现,是提高功力的好资料
💻 LIST
字号:
# File name	Caller	Syscall name	# args	Strong name	Weak names# Whee! 64-bit systems naturally implement llseek.llseek		EXTRA	lseek		Ci:iii	__libc_lseek	__lseek lseek __libc_lseek64 __llseek llseek __lseek64 lseek64lseek		llseek	-pread		-	pread		Ci:ibni	__libc_pread	__libc_pread64 __pread pread __pread64 pread64pwrite		-	pwrite		Ci:ibni	__libc_pwrite	__libc_pwrite64 __pwrite pwrite __pwrite64 pwrite64fstatfs		-	fstatfs		i:ip	__fstatfs	fstatfs fstatfs64 __fstatfs64statfs		-	statfs		i:sp	__statfs	statfs statfs64mmap		-	mmap		b:aniiii __mmap		mmap __mmap64 mmap64ftruncate	-	ftruncate	i:ii	__ftruncate	ftruncate ftruncate64 __ftruncate64truncate	-	truncate	i:si	truncate	truncate64getrlimit	-	getrlimit	i:ip	__getrlimit	getrlimit getrlimit64setrlimit	-	setrlimit	i:ip	__setrlimit	setrlimit setrlimit64readahead	-	readahead	i:iii	__readahead	readaheadsendfile	-	sendfile	i:iipi	sendfile	sendfile64sync_file_range	-	sync_file_range	i:iiii	sync_file_range

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -