Zero to Hero
Binary Exploitation Write-Up: https://faraz.faith/2019-10-12-picoctf-2019-heap-challs/#zero_to_hero The binary provided performs dynamic memory allocations and frees the allocated memory. The Libc version used to compile the binary supports the TCache feature in the…