d0razid0razi.hashnode.devยทNov 19, 2023[Dreamhack] Tcache Poisoning Write up// Name: tcache_poison.c // Compile: gcc -o tcache_poison tcache_poison.c -no-pie -Wl,-z,relro,-z,now #include <stdio.h> #include <stdlib.h> #include <unistd.h> int main() { void *chunk = NULL; unsigned int size; int idx; setvbuf(s...DreamhackAdd a thoughtful commentNo comments yetBe the first to start the conversation.