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 | 31 |
Tags
- module
- lob
- xlsx
- Git
- 노드 엑셀
- Codegate
- shellcraft
- doorlock
- codegate2017
- NGINX
- gogs
- node
- npm
- 코드게이트 주니어
- 코드게이트2017
- https설정
- 도메인 https
- blueborne
- openctf
- node.js
- 코드게이트
- Branch
- CODEGATE2018
- gogs private git
- CVE
- pwnable
- pwntools
- BLUETOOTH
- https
- Hacking
Archives
- Today
- Total
고졸백수해킹일기
CVE-2016-0728
보호되어 있는 글입니다.
카테고리 없음
2020. 10. 27. 14:52
undefined reference to 'pthread_~' 해결
sori@ubuntu:~/edb$ arm-linux-gnueabi-gcc -o cow dirtyc0w.c /tmp/ccGmQHPl.o: In function `main': dirtyc0w.c:(.text+0x25c): undefined reference to `pthread_create' dirtyc0w.c:(.text+0x278): undefined reference to `pthread_create' dirtyc0w.c:(.text+0x288): undefined reference to `pthread_join' dirtyc0w.c:(.text+0x298): undefined reference to `pthread_join' collect2: error: ld returned 1 exit status..
CVE-Exploits
2020. 10. 24. 16:00