Completed
Start:
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Heap Overflow Exploitation Tutorial - Leek Pwn Challenge
Automatically move to the next video in the Classroom when playback concludes
- 1 Start:
- 2 Patch lib-c pwninit:
- 3 Test the program functionality:
- 4 Check the binary protections checksec:
- 5 Analyse decompiled code ghidra:
- 6 Recap of analysis:
- 7 PwnTools script:
- 8 Setup breakpoints:
- 9 Debug with GDB pwndbg:
- 10 Heap recap chunk structure:
- 11 Reviewing vulnerability / exploit:
- 12 Finish PwnTools script:
- 13 Test against remote server:
- 14 Final recap:
- 15 End: