컴퓨터, 과학,
그리고 잡스런 이야기들
목록
- [DH] honest
## Introduction [honest](https://dreamhack.io/wargame/challenges/1894) 문제에 대한 writeup입니다. ## 분석 ida로 뜯어보면 calcuate 후 나온 값을 비교하고 다음 verify 함수로 넘어가는 구조가 반복된다. 따라서 calculate를 리버싱하고
작성일: 2025. 8. 15.Writeup - [DH] Strong BypassIF
## Introduction [Strong bypassif](https://dreamhack.io/wargame/challenges/1637) 문제에 대한 writeup입니다. 문제 특성상 exploit에 대해서는 서술하지 않았으며, 배경 지식만 정리했다. ## CURL [여기서](https://everything
작성일: 2025. 8. 11.Writeup - [DH] limitation
## Introduction [limitation](https://dreamhack.io/wargame/challenges/1953) 문제에 대한 writeup입니다. ## Analysis ```text Arch: amd64 RELRO: Full RELRO Stack: Canary found
작성일: 2025. 8. 11.Writeup - [DH] isn't it num? (Feat. FSOP)
## Introduction [isn't it num](https://dreamhack.io/wargame/challenges/1376) 문제에 대한 writeup입니다. ## Binary Analysis `main` 함수가 꽤 길게 정의되어 있지만, 잘 살펴보면 결국 input에 따라 데이터를 저장 / 출력 / 합
작성일: 2025. 8. 8.Writeup - [DH] validator-revenge
## Introduction [validator-revenge](https://dreamhack.io/wargame/challenges/101)에 대한 writeup이다. 구체적인 코드는 생략하였고, 문제를 해결하기 위한 접근과 stack 구조만 작성하였다. ## Analysis ```text Arch: am
작성일: 2025. 8. 5.Writeup