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 | 29 | 30 |
Tags
- vmware 반응 속도
- pip 에러 해결
- 공유 라이브러리는 왜 항상 같은 순서로 맵핑 될까?
- python
- Windows 부팅 오류
- pwntools
- vhdx 파일 복구
- 리커버릿
- tool
- wsl2 복구
- 지훈현서
- c++
- z3 signed 이슈
- python3.11 pip
- pwn
- Python.h: No such file or directory
- Seccomp bypass
- 실시간로깅
- 개발
- Python3
- GEF
- DYNAMIC Section
- docker
- python3.11 설치
- 임베디드 시스템 해킹
- VSCode C++ 표준 버전 수정
- OpenAI 개발
- Recoverit
- GDB
- std::cerr
Archives
- Today
- Total
목록libc.sym['stdout'] 과 libc.sym['_IO_2_1_stdout_'] 차이 (1)
OZ1NG의 뽀나블(Pwnable)
[Tips] [Pwn] Pwntools로 stdout 또는 stdin의 값 가져올때 주의할 것
[!] 주의할 것 pwntools로 정확한 stdout과 stdin의 값을 가져오기 위해서는 아래와 같이 해야 된다. libc.sym['_IO_2_1_stdout_'] 또는 libc.sym['_IO_2_1_stdin_'] libc.sym['stdout' (또는 stdin)] 위와 같이 한다면 stdout 또는 stdin의 값의 offset을 가져오는것이 아닌, 둘의 주소값의 offset을 가져온다.
Tips
2020. 6. 1. 17:20