<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>动态库劫持 - 标签 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/tags/%E5%8A%A8%E6%80%81%E5%BA%93%E5%8A%AB%E6%8C%81/</link><description>动态库劫持 - 标签 - 研发日志 · R&amp;D Log</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>whutluohui@gmail.com (小智晖)</managingEditor><webMaster>whutluohui@gmail.com (小智晖)</webMaster><copyright>本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。</copyright><lastBuildDate>Sun, 12 Jan 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/tags/%E5%8A%A8%E6%80%81%E5%BA%93%E5%8A%AB%E6%8C%81/" rel="self" type="application/rss+xml"/><item><title>Linux LD_PRELOAD 技术介绍</title><link>https://rd163.visword.com/posts/linux-ld-preload/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/linux-ld-preload/</guid><description><![CDATA[<h2 id="ld_preload-介绍" class="headerLink">
    <a href="#ld_preload-%e4%bb%8b%e7%bb%8d" class="header-mark"></a>LD_PRELOAD 介绍</h2><p>LD_PRELOAD 是 Linux/Unix 系统的一个环境变量，它能够影响程序运行时的链接行为，允许在程序启动前指定优先加载的动态链接库。借助这个环境变量，可以在主程序与其依赖的动态链接库之间插入额外的动态库，甚至覆盖系统标准函数库中的实现。</p>]]></description></item></channel></rss>