Sice Cream

Binary Exploitation Write Up: https://faraz.faith/2019-10-12-picoctf-2019-heap-challs/#sice_cream The binary provided performs dynamic memory allocations and frees the allocated memory. The input to the includes name which is stored in an global array.…

Continue ReadingSice Cream

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…

Continue ReadingZero to Hero

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