succubus.c를 열어봅시다. /* The Lord of the BOF : The Fellowship of the BOF - succubus - calling functions continuously */ #include #include #include // the inspector int check = 0; void MO(char *cmd) // check가 4라면 system(cmd) 실행 { if(check != 4) exit(0); printf("welcome to the MO!\n"); // olleh! system(cmd); } void YUT(void) // check가 3이라면 check를 4로 올림. { if(check != 3) exit(0); printf("welcome to th..