#include #include int main() { if (ptrace(PTRACE_TRACEME, 0, 1, 0) < 0) { printf("Don't waste your time\n"); return 1; } printf("Hello\n"); return 0; }