TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Hot Patch

44 点作者 feydr超过 13 年前

3 条评论

tptacek超过 13 年前
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 未加载
saurik超过 13 年前
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>
dlsspy超过 13 年前
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 未加载