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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Hooking C Functions at Runtime

18 点作者 tomf64将近 10 年前

2 条评论

glandium将近 10 年前
That&#x27;s a lot of work for something that the dynamic linker on OS X supports out of the box. See, for example, <a href="http:&#x2F;&#x2F;toves.freeshell.org&#x2F;interpose&#x2F;" rel="nofollow">http:&#x2F;&#x2F;toves.freeshell.org&#x2F;interpose&#x2F;</a> or search for &quot;OS X interpose&quot; on your favorite search engine.
erobbins将近 10 年前
Interesting.. in the linux&#x2F;unix world I&#x27;ve always intercepted functions with LD_PRELOAD. I&#x27;m guessing that&#x27;s not an option on OS X?
评论 #9945955 未加载