heap 0
Challenge Description
Are overflows just a stack concern?
Download the binary here.
Download the source here.
Solution
The size of the input is 32 bytes, so give some input that is more than 32 to characters too overwrite the safe var value and get the flag.
Flag: picoCTF{my_first_heap_overflow_c3935a08}
Last updated