fd6bd9d ^
3b401b8 ^
1
2 3 4 5 6
7
8 9
#include <sys/prctl.h> #include <stdlib.h> int main(void) { prctl(PR_SET_DUMPABLE, 1); abort(); }