-
Notifications
You must be signed in to change notification settings - Fork 319
Open
Description
The file:
https://github.com/Kabot/Unix-Privilege-Escalation-Exploits-Pack/blob/master/2003/ptrace-kmod.c
won't compile with -m32 on x64 systems. Solution is to
//#include <sys/user.h>
#include <sys/reg.h>
#include <asm-i386/user.h>
//#include <linux/user.h>
and compile with gcc -m32
Metadata
Metadata
Assignees
Labels
No labels