Show HN: Heap Explorer

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 :)


Comments URL: https://news.ycombinator.com/item?id=42959226

Points: 20

# Comments: 0

https://github.com/heap-exploitation/heap-explorer

Created 1mo | Feb 6, 2025, 9:30:11 PM


Login to add comment

Other posts in this group

Show HN: VSC – An open source 3D Rendering Engine in C++

Been making this rasterizer engine in C++ for the past few months, now also adding ray-tracing functionality to the system.

Simply load a model or generate a mesh, add some lights, and render.

Mar 12, 2025, 5:30:04 AM | Hacker news
Show HN: XPipe, a shell connection hub for SSH, Docker, K8s, VMs, and more

Hey HN, I built XPipe as I always wanted to have an easy file system and terminal access to all of my remote systems, including containers, virtual machines, clusters, and more that you normally c

Mar 12, 2025, 5:30:03 AM | Hacker news