일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 시스템
- write up
- CTF
- dreamhack
- 해킹 공부
- 정답
- KOISTUDY
- 리버싱
- picoCTF2018
- Aleph One
- Protostar
- grep
- WEB
- #picoCTF2018
- reversing
- general skills
- 번역
- Smashing The Stack For Fun And Profit
- cryptography
- forensics
- 리눅스
- picoCTF
- 스택
- 버퍼오버플로우
- writeup
- 시스템해킹
- 카이사르
- #hacking
- Hxd
- 해설
Archives
- Today
- Total
목록reversing (3)
Security || AI
PEDA에 설치하기 앞서 github에서 clone을 사용하여 PEDA를 설치해야 하므로 아래의 명령어를 실행합니다. sudo apt install git설치한 다음 PEDA를 설치하기 위해 명령어를 실행합니다. git clone https://github.com/longld/peda.git ~/peda echo "source ~/peda/peda.py" >> ~/.gdbinit echo "DONE! debug your program with gdb and enjoy" 설치를 완료한 후에 gdb를 실행시키면 아래와 같이 gdb-peda로 변한 것을 확인할 수 있습니다.
Hacking&Security/리버싱[reversing]
2018. 10. 18. 10:24
base64로 문제에 있는 문자열을 디코딩하면 되는 간단한 문제이다.
CTF(해킹대회)/picoCTF 2018
2018. 10. 14. 14:22