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

📄 scalar_exit_group.c

📁 The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called M
💻 C
字号:
#include "scalar.h"int main(void){   // uninitialised, but we know px[0] is 0x0   long* px  = malloc(sizeof(long));   long  x0  = px[0];   int   res;   // All __NR_xxx numbers are taken from x86      // __NR_exit_group 252   GO(__NR_exit_group, "1s 0m");   SY(__NR_exit_group, x0);   return(0);}

⌨️ 快捷键说明

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