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
- ASM
- rev
- pwnable
- reversing
- BOF
- pwn
- Rookiss
- Toddler's Bottle
- CANARY
- shellcraft
- PMA
- pwnable.kr
- pico
- CTF
- string
- writeup
- format
- Bug
- 2018
- picoCTF
- toddler
- Read
- Reverse
- TUCTF
- Bottle
- Leak
- FSB
- practicalmalwareanalysis
- anti
- shellcode
Archives
- Today
- Total
목록AUDI (1)
제리의 블로그
TUCTF 2018 PWN shella-easy
TUCTF 2018 PWN shella-easy $ ./shella-easy Yeah I'll have a 0xff81fcb0 with a side of fries thanks 프로그램을 실행시켜보면 오프셋을 보여준다. int __cdecl main(int argc, const char **argv, const char **envp) { char s; // [sp+0h] [bp-48h]@1 unsigned int v5; // [sp+40h] [bp-8h]@1 setvbuf(stdout, 0, 2, 0x14u); setvbuf(stdin, 0, 2, 0x14u); v5 = 0xCAFEBABE; printf("Yeah I'll have a %p with a side of fries thanks\n", &s)..
CTF/pwnable
2018. 11. 26. 19:15