TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hot Patch

44 pointsby feydrover 13 years ago

3 comments

tptacekover 13 years ago
This program more or less implements a debugger, using ptrace to attach to its target, suspend it, then trampoline through malloc and dlopen (the routines a program would use to load dynamic libraries on its own behalf). This isn't far from what gdb would do if you used "call" to dlopen a library.
评论 #3092265 未加载
评论 #3092351 未加载
saurikover 13 years ago
People here seem to not know of the many existing implementations of this concept, including LCITK[1] and libhijack[2].<p>[1] <a href="https://github.com/planetbeing/lcitk" rel="nofollow">https://github.com/planetbeing/lcitk</a><p>[2] <a href="http://0xfeedface.org/category/tags/libhijack" rel="nofollow">http://0xfeedface.org/category/tags/libhijack</a>
dlsspyover 13 years ago
Wow. That'd be fun to mix with labrea: <a href="http://dustin.github.com/2010/12/03/labrea.html" rel="nofollow">http://dustin.github.com/2010/12/03/labrea.html</a>
评论 #3091969 未加载