<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Dev assembly x86_64</title>
    <description>The latest articles on DEV Community by Dev assembly x86_64 (@nguyn_nhtmlp11a13).</description>
    <link>https://dev.to/nguyn_nhtmlp11a13</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3586396%2F954a4542-a886-40dc-8a8c-b6045a569dce.png</url>
      <title>DEV Community: Dev assembly x86_64</title>
      <link>https://dev.to/nguyn_nhtmlp11a13</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nguyn_nhtmlp11a13"/>
    <language>en</language>
    <item>
      <title>Minimal Linux x86_64 Syscall Samples (pure assembly, no libc)</title>
      <dc:creator>Dev assembly x86_64</dc:creator>
      <pubDate>Thu, 27 Nov 2025 22:04:52 +0000</pubDate>
      <link>https://dev.to/nguyn_nhtmlp11a13/minimal-linux-x8664-syscall-samples-pure-assembly-no-libc-1clg</link>
      <guid>https://dev.to/nguyn_nhtmlp11a13/minimal-linux-x8664-syscall-samples-pure-assembly-no-libc-1clg</guid>
      <description>&lt;p&gt;Hey everyone,&lt;/p&gt;

&lt;p&gt;I’ve been building a small collection of minimal Linux x86_64 assembly examples using raw syscalls only — no libc, no wrappers.&lt;/p&gt;

&lt;p&gt;These samples are meant for anyone studying:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Linux ABI&lt;/li&gt;
&lt;li&gt;syscall-level I/O&lt;/li&gt;
&lt;li&gt;low-level networking primitives&lt;/li&gt;
&lt;li&gt;reversing / detection engineering&lt;/li&gt;
&lt;li&gt;CTF challenges&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Included examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;read_file / write_file&lt;/li&gt;
&lt;li&gt;socket / connect / send / recv&lt;/li&gt;
&lt;li&gt;bind → listen → accept&lt;/li&gt;
&lt;li&gt;minimal reverse shell concept (syscall only)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Build:&lt;br&gt;
nasm -f elf64 sample.asm -o sample.o&lt;br&gt;
ld sample.o -o sample&lt;br&gt;
More instructions + testing with netcat are included in the README.&lt;/p&gt;

&lt;p&gt;GitHub repository:&lt;br&gt;
👉 &lt;a href="https://github.com/assembly64bit/Linux-asm-samples" rel="noopener noreferrer"&gt;https://github.com/assembly64bit/Linux-asm-samples&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is purely for education &amp;amp; Linux ABI research.&lt;/p&gt;

</description>
      <category>assembly</category>
      <category>reverseengineering</category>
      <category>systemcalls</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
