cscg24-heap

CSCG 2024 Challenge 'Intro(ish) to heap 1 - Heap Leak'
git clone https://git.sinitax.com/sinitax/cscg24-heap
Log | Files | Refs | sfeed.txt

description (339B)


      1Your goal in this challenge is to leak the address of the system function. You will be given a program that manages memory using the heap You will need to use your heap manipulation skills to craft a payload that will retrieve the address. Can you find a way to achieve your goal and complete this first step heap exploitation? Good luck!