일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- deayzl
- h4cking game
- 웹해킹
- hacking
- Wreckctf
- python
- 워게임
- hacking game
- dreamhack
- 2022 Fall GoN Open Qual CTF
- KAIST
- 해킹
- got overwrite
- pwnable
- cryptography
- writeup
- crypto
- System Hacking
- ctf player
- Gon
- reversing
- christmas ctf
- TeamH4C
- WEB
- Wargame
- webhacking
- Buffer Overflow
- hack
- webhacking.kr
- CTF
Archives
- Today
- Total
목록misc (1)
deayzl's blog
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/brpWoe/btskhCMTkxs/yOpikFstDVEpwpBVvfMw1K/img.png)
box.c : // gcc box.c -o box -no-pie #include #include #include #include #include #include #include #include #define FLAG_PATH "/flag" int install_seccomp(uint8_t *filt, unsigned short len); void vuln(); void read_flag(); uint32_t target = 0xdead; int main(int argc, char **argv) { uint32_t filt_len; setvbuf(stdin, NULL, _IONBF, 0); setvbuf(stdout, NULL, _IONBF, 0); setvbuf(stderr, NULL, _IONBF, 0..
CTF writeup/Codegate
2023. 6. 19. 10:00