📄 binfmts.h
字号:
#ifndef _LINUX_BINFMTS_H#define _LINUX_BINFMTS_H#include <linux/capability.h>struct pt_regs;/* * MAX_ARG_PAGES defines the number of pages allocated for arguments * and envelope for the new program. 32 should suffice, this gives * a maximum env+arg of 128kB w/4KB pages! */#define MAX_ARG_PAGES 32/* sizeof(linux_binprm->buf) */#define BINPRM_BUF_SIZE 128#endif /* _LINUX_BINFMTS_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -