일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- on stack replacement
- Linux packer
- anti debugging
- so inject
- v8 tracing
- 난독화
- LLVM Obfuscator
- pthread
- Android
- thread local storage
- LLVM
- uftrace
- android inject
- TLS
- Injection
- apm
- linux thread
- on-stack replacement
- LLVM 난독화
- pinpoint
- OSR
- tracerpid
- Linux custom packer
- 안티디버깅
- custom packer
- tracing
- initial-exec
- v8 optimizing
- Obfuscator
- linux debugging
Archives
- Today
- Total
Why should I know this?
gcc 사용 중에 버그를 발견했을때 report 하는 방법. 본문
2017 컨트리뷰톤을 참여하는 도중에 의도치않게 GCC가 가진 버그를 발견하게 되었고,
해당 버그에 대한 patch를 gcc에 리포트하게 되었다.
https://gcc.gnu.org/ml/gcc-patches/2017-11/msg01259.html
gcc에 버그를 리포트하는 절차를 간단하게 소개하는 글을 적어놓고자 한다.
(나중에 또 한참 검색하게 될 일이 없게끔.)
'Knowledge > Compiler' 카테고리의 다른 글
ART-Compiler] LoopOptimizing #1 (0) | 2022.12.05 |
---|---|
LLVM Obfuscator] Control Flow Graph Flattening (0) | 2021.02.15 |
LLVM Obfuscator] Call (0) | 2021.02.13 |
LLVM - Why should we know this? (0) | 2020.07.19 |
GCC compile (0) | 2018.04.09 |
Comments