Open iromise opened 5 years ago
https://ctf-wiki.github.io/ctf-wiki/pwn/linux/glibc-heap/implementation/tcache-zh/
CTF Wiki
您好,在 tcache_get() 源码中第二个 assert 那里应该是 tcache->counts 而不是 tcache->entries 吧 :)
tcache_get()
assert
tcache->counts
tcache->entries
@rfsx0829 写这个文档时用的是glibc 2.26的源代码,之后一些结构体的定义确实发生了一些变化...
https://ctf-wiki.github.io/ctf-wiki/pwn/linux/glibc-heap/implementation/tcache-zh/
CTF Wiki