<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
  <channel>
    <title>My Tech Blog</title>
    <link>https://etherbot.in</link>
    <description>Latest technical articles and tutorials.</description>
    <language>en-us</language>
    <item>
      <title>Runtime Dynamic Linking in C/C++ — dlopen, dlsym, and the Art of Loading Libraries at Runtime</title>
      <link>https://etherbot.in/posts/runtime-dynamic-linking-in-c-cpp-dlopen-dlsym-and-the-art-of-loading-libraries-at-runtime</link>
      <guid isPermaLink="false">runtime-dynamic-linking-in-c-cpp-dlopen-dlsym-and-the-art-of-loading-libraries-at-runtime</guid>
      <description>What happens when you can't decide at compile time which shared library your program needs?</description>
      <pubDate>2026-07-29 07:42:48</pubDate>
    </item>
  </channel>
</rss>