<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>F4ult</title>
    <link>https://ndless.pages.dev/</link>
    <description>Recent content on F4ult</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 12 Apr 2026 13:26:17 +0530</lastBuildDate>
    <atom:link href="https://ndless.pages.dev/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>What Happens When You Run an Executable File in Linux</title>
      <link>https://ndless.pages.dev/posts/what-happens-when-you-run-an-executable-file/</link>
      <pubDate>Sun, 12 Apr 2026 13:26:17 +0530</pubDate>
      <guid>https://ndless.pages.dev/posts/what-happens-when-you-run-an-executable-file/</guid>
      <description>&lt;h3 id=&#34;what-is-an-executable-really&#34;&gt;What is an executable really?&lt;/h3&gt;&#xA;&lt;p&gt;An executable file is a bunch of machine code instructions packed into a structure that your operating systems understand. Every OS has its own way of representing instructions, which is why you cannot run programs compiled for Linux on Windows and vice versa.&#xA;Executable files in Windows and Linux follow the PE(portable executable) and ELF(Executable and Linkable Format) formats respectively.&#xA;We will be looking at ELF files today.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
