<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>PicoShot's Blog</title>
        <link>https://picoshot.net</link>
        <description>Articles about web development, programming, reverse engineering, and technology by PicoShot</description>
        <language>en-us</language>
        <atom:link href="https://picoshot.net/rss" rel="self" type="application/rss+xml" />
        <item>
          <title>Modern C++ Smart Pointers</title>
          <link>https://picoshot.net/blog/cpp-smart-pointers</link>
          <description>Understanding smart pointers in modern C++ - what they are, why you should use them, and how to use them effectively for safer memory management.</description>
          <pubDate>Sun, 13 Jul 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Kernel Drivers: Communication via Function Hooking</title>
          <link>https://picoshot.net/blog/windows-kernel-driver-hooks</link>
          <description>A deep dive into Windows kernel driver development - how to communicate between user-mode applications and kernel drivers using function hooking techniques.</description>
          <pubDate>Sat, 23 Nov 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>