일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- #hacking
- 버퍼오버플로우
- 해설
- writeup
- general skills
- 스택
- 시스템
- 시스템해킹
- 리버싱
- CTF
- WEB
- Protostar
- 번역
- reversing
- 해킹 공부
- grep
- write up
- Aleph One
- Hxd
- #picoCTF2018
- cryptography
- 정답
- dreamhack
- picoCTF
- Smashing The Stack For Fun And Profit
- picoCTF2018
- 카이사르
- forensics
- KOISTUDY
- 리눅스
Archives
- Today
- Total
목록github (1)
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