Story

Show HN: Heap Explorer

bkallus Thursday, February 06, 2025

I wrote a little LD_PRELOAD library that makes it easy to inspect and interact with a running program's glibc heap.

It's fun to pause processes, free a bunch of their allocations, then resume them. Most of the time, the processes continue as though nothing happened, but sometimes they do interesting things :)

Summary
The article introduces Heap Explorer, an open-source tool that allows users to analyze and visualize the heap memory of a running process on Windows. It provides a detailed overview of the tool's features, including the ability to track heap allocations, detect memory leaks, and identify heap corruption issues.
72 5
Summary
github.com
Visit article Read on Hacker News Comments 5