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
Created
5mo
|
Feb 6, 2025, 9:30:11 PM
Login to add comment
Other posts in this group


Hey Hacker News,
I'm a long-time lurker and wanted to share a project I just finished building.
Like many React Native developers, I needed to add marker clustering to a map in my app. The mos


Article URL: https://www.rtrvr.ai/blog/on-the-fly-toolgen
Comments URL: ht