Dynamic Allocator Misuse module on pwn college

less than 1 minute read

Published:

The series of writeups to introductory heap exploitations on dynamic-allocator-misuse. Still just core ideas and a few snippets(not full exploits) are provided.

Freebie-easy/hard

Basic UAF, do following operations: malloc(330/618) -> free -> read_flag(which gets original chunk)