<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>ASLR-Safe-Shellcode on Netacoding | Cybersecurity, Assembly &amp; Network Research</title>
    <link>https://netacoding.com/tags/aslr-safe-shellcode/</link>
    <description>Recent content in ASLR-Safe-Shellcode on Netacoding | Cybersecurity, Assembly &amp; Network Research</description>
    <image>
      <title>Netacoding | Cybersecurity, Assembly &amp; Network Research</title>
      <url>https://netacoding.com/img/logo-netacoding.png</url>
      <link>https://netacoding.com/img/logo-netacoding.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 03 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://netacoding.com/tags/aslr-safe-shellcode/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>TCP Reverse Shell in Pure x64 Assembly: PIC Shellcode, Syscall Chain &amp; dup2 FD Redirection | No libc</title>
      <link>https://netacoding.com/posts/reverse_shell-assembly/</link>
      <pubDate>Fri, 03 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://netacoding.com/posts/reverse_shell-assembly/</guid>
      <description>Complete TCP reverse shell in libc-free pure x64 Assembly using PIC Stack Anchor architecture: sys_socket(41) → sys_connect(42) → sys_dup2(33) loop redirects stdin/stdout/stderr to socket FD → sys_execve(59) spawns /bin/sh. RIP-relative addressing ensures payload works under ASLR. No dependencies, no compiler artifacts, production-ready shellcode pattern.</description>
    </item>
  </channel>
</rss>
