3b401b8 ^
1 2 3 4 5 6 7 8
#include <signal.h> #include <unistd.h> int main(void) { return kill(getpid(), SIGSTOP); }