1. mic_check 폴더 안에 있는 mic 바이너리를 실행하여 pwntools Master!!! 출력하기 먼저 코드를 확인해보겠다.12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758#include stdio.h>#include stdlib.h>#include sys/select.h>#include unistd.h>#include time.h> void init() { setvbuf(stdin, 0, 2, 0); setvbuf(stdout, 0, 2, 0);} int main() { init(); int num1, num2, userInpu..