malloc 분석 글
- glibc 2.23 : https://brain200.tistory.com/114
- glibc 2.26 : https://brain200.tistory.com/118
- glibc 2.29 : https://brain200.tistory.com/136
_int_malloc 분석 글
- glibc 2.23 : https://brain200.tistory.com/116
- glibc 2.26 : https://brain200.tistory.com/124
- glibc 2.29 : https://brain200.tistory.com/147
free 분석 글
- glibc 2.23 : https://brain200.tistory.com/74
- glibc 2.26 : https://brain200.tistory.com/126
- glibc 2.29 : https://brain200.tistory.com/149
_int_free 분석 글
- glibc 2.23 : https://brain200.tistory.com/75
- glibc 2.26 : https://brain200.tistory.com/125
- glibc 2.29 : https://brain200.tistory.com/150
tcache_init 분석 글
- glibc 2.26 : https://brain200.tistory.com/119
- glibc 2.29 : https://brain200.tistory.com/157
tcache_get 분석 글
- glibc 2.26 : https://brain200.tistory.com/121
- glibc 2.29 : https://brain200.tistory.com/158
tcache_put 분석 글
- glibc 2.26 : https://brain200.tistory.com/122
- glibc 2.29 : https://brain200.tistory.com/159
'Heap analysis > ptmalloc' 카테고리의 다른 글
security check (0) | 2022.05.09 |
---|---|
Heap / 4. tcache (0) | 2022.05.01 |
fastbin (0) | 2022.03.03 |