devsoc-unsw / structs.sh

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

Intercept Malloc - BSTs #648

Open Shubh141 opened 3 months ago

Shubh141 commented 3 months ago

There's a custom GDB command for getting all linked-list data, as well as HEAP arrays, by analysing all malloc calls. We now want to extend this to support binary search trees.