Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- easycrack
- 기초 100문제
- pwnable
- downunderctf
- rev-basic-0
- downunder
- wargame
- rev
- system hacking
- misc
- simple-operation
- RAM 구조
- Dreamhack
- pwnable.tw
- Beginner
- 코드업
- Reverse Engineering
- 247ctf
- hacking
- format-string-bug
- yawa
- 세명컴퓨터고등학교
- CodeEngn
- tjdmin1
- foobar ctf
- reversing.kr
- 메모리 구조
- rop
- easy aseembly
- rev-basic-1
Archives
- Today
- Total
목록misc (1)
Tjdmin1
[Dreamhack] addition-quiz
https://dreamhack.io/wargame/challenges/1114 addition-quizDescription 랜덤한 2개의 숫자를 더한 결과가 입력 값과 일치하는지 확인하는 과정을 50번 반복하는 프로그램입니다. 모두 일치하면 flag 파일에 있는 플래그를 출력합니다. 알맞은 값을 입력하여dreamhack.ioAnalyze// Name: chall.c// Compile Option: gcc chall.c -o chall -fno-stack-protector#include #include #include #include #include #include #define FLAG_SIZE 0x45void alarm_handler() { puts("TIME OUT"); exit(1);}..
CTF Write-Ups
2025. 3. 30. 02:11