일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 2022 Fall GoN Open Qual CTF
- dreamhack
- webhacking.kr
- System Hacking
- reversing
- Wreckctf
- webhacking
- python
- Buffer Overflow
- deayzl
- cryptography
- Gon
- 웹해킹
- h4cking game
- christmas ctf
- hack
- hacking game
- crypto
- KAIST
- got overwrite
- CTF
- writeup
- pwnable
- ctf player
- 해킹
- TeamH4C
- 워게임
- Wargame
- hacking
- WEB
- Today
- Total
목록CTF writeup/Others (3)
deayzl's blog
The binary consists of two functions; main and main[cold]. main: int __cdecl main(int argc, const char **argv, const char **envp) { __int64 v3; // rax char *v4; // rdi char *v5; // rdx char *v6; // rax __int64 v7; // rsi __int64 v8; // rcx signed __int64 v9; // rbx signed __int64 v10; // rax size_t v11; // rdx char *v12; // rsi __int64 v13; // rbx int v14; // ebp char v15; // cl int *v16; // rdi..
Tool: ghidra 10.2.2 with GolangAnalyzerExtension Exploit: making utf-8 shellcode (pwnable) feat. I've never written any code in go language, so all of these are from internet references and quite a lot of my predictions. So there might be something wrong with my analysis. /* WARNING: Unknown calling convention */ /* Name: main.handleConnection Start: 004cd140 End: 004cdb00 */ void main.handleCon..
files: encrypt.c, isThisFileUseful.txt, justBinaries.txt, up_down.py isThisFileUseful.txt: 1001010110001010100011001000101110011110100101001001101010000110 justBinaries.txt: 11110100000101010111111101110011111001001101000010001101101101001100101100000111111110100111000110000001100011011111111101000010001101101100010110100100101100111110000111011111111001001000101010010100100011100000010100010010..