devsoc-unsw / structs.sh

An educational data structures and algorithms platform.
https://structs.sh
MIT License
28 stars 7 forks source link

Intercept Malloc - Heap Arrays #638

Closed yellowsubmarine1447 closed 5 months ago

yellowsubmarine1447 commented 6 months ago

There's already a custom GDB command for getting linked-list data by analysing all malloc calls, now we need one that checks every malloc call and interprets it as an array, returning the associated data.