[HackCTF-Reversing#7] BabyMIPS - 400 points
HackCTF reversing 분야의 마지막 문제다. 언제 다 푸나 했는데 결국 다 풀어버렸다. 기드라로 파일을 분석했다. main 함수부터 살펴봤다. undefined4 main(void) { char cVar1; size_t sVar2; int local_38; char cStack49; int local_30; uint local_2c; undefined4 local_28; char local_24 [28]; memset(local_24,0,0x1a); printf((char *)0xdf0); __isoc99_scanf(0xdfc,local_24); sVar2 = strlen(local_24); if (sVar2 == 0x19) { local_38 = 0; while (local_38 < 6) {..
Reversing/HackCTF
2021. 3. 10. 20:30