Hacker News
new
past
comments
ask
show
jobs
points
by
nly
10 hours ago
|
comments
by
fweimer
7 hours ago
|
next
[-]
You can still override malloc and call __libc_malloc if you do not want to bother with dlsym/RTLD_NEXT. These function aliases are undocumented, but for a quick experiment, that shouldn't matter.
reply
by
jeffbee
8 hours ago
|
prev
|
[-]
If you only wanted to observe the behavior the post is discussing, it seems like `ltrace -e malloc` is a lot easier.
reply