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 |
Tags
- Leak
- practicalmalwareanalysis
- shellcode
- string
- shellcraft
- 2018
- rev
- pico
- picoCTF
- ASM
- reversing
- CTF
- pwnable.kr
- FSB
- Bug
- Rookiss
- TUCTF
- writeup
- pwn
- Read
- pwnable
- CANARY
- anti
- Toddler's Bottle
- Reverse
- toddler
- format
- Bottle
- BOF
- PMA
Archives
- Today
- Total
목록strtol (1)
제리의 블로그
Guess The Number @ pico2017
특정 번호를 넣는 문제인가보다. 바이너리 를 받고 nc 로 접속해서 문제푸는 pwnable 문제이다. main 을 보면 int __cdecl main(int argc, const char **argv, const char **envp) { unsigned int v3; // eax@1 char nptr[4]; // [sp+Ch] [bp-2Ch]@1 int v6[7]; // [sp+10h] [bp-28h]@2 int (*v7)(void); // [sp+2Ch] [bp-Ch]@3 *(_DWORD *)nptr = 0; v3 = 0; do { v6[v3] = 0; ++v3; } while ( v3 < 7 ); setbuf(stdout, 0); puts("Welcome to the number guessing g..
CTF/pwnable
2018. 5. 14. 14:42