<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Linux on Just Another Unix User</title>
    <link>https://jauu.net/categories/linux/</link>
    <description>Recent content in Linux on Just Another Unix User</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 04 Jul 2026 10:30:00 +0200</lastBuildDate>
    <atom:link href="https://jauu.net/categories/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How Functions Begin on a Modern System</title>
      <link>https://jauu.net/posts/2026-07-04-standard-function-prologue/</link>
      <pubDate>Sat, 04 Jul 2026 10:30:00 +0200</pubDate>
      <guid>https://jauu.net/posts/2026-07-04-standard-function-prologue/</guid>
      <description>A quarter of every function on my Linux system begins with the same two-and-a-bit instructions, and none of them are the prologue you learned in school. I disassembled all 2,749 binaries to see what a function actually looks like when it starts.</description>
    </item>
    <item>
      <title>What Is Your Binary Made Of? A Tour of machine-code-analyzer</title>
      <link>https://jauu.net/posts/2026-06-14-machine-code-analyzer/</link>
      <pubDate>Sun, 14 Jun 2026 11:00:00 +0200</pubDate>
      <guid>https://jauu.net/posts/2026-06-14-machine-code-analyzer/</guid>
      <description>A small tool that disassembles an ELF binary and answers plain questions about it: how big are the functions, which instructions dominate, how much of the code is error handling, which mitigations are compiled in.</description>
    </item>
  </channel>
</rss>
