Cache Me Outside

Binary Exploitation Write-Up:  https://github.com/Dvd848/CTFs/blob/master/2021_picoCTF/Cache_Me_Outside.md The binary provided performs some dynamic memory allocations and frees the allocated memory.  The Libc version used to compile the binary supports the TCache feature in…

Continue ReadingCache Me Outside