📄 test.c
字号:
#define __KERNEL__#include <linux/unistd.h>#undef __KERNEL__#include <sys/syscall.h>#include<sys/time.h>#define __NR_mk 223int main(){ int sys_num = 0xDF; long value = 0; __asm__("int $0x80":"=a"(value):"0"((int)sys_num)); printf("Now you can check whether the directory haozi exist:)\n"); return value;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -