<?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>Binary-to-ASCII-IP on Netacoding | Cybersecurity, Assembly &amp; Network Research</title>
    <link>https://netacoding.com/tags/binary-to-ascii-ip/</link>
    <description>Recent content in Binary-to-ASCII-IP 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, 27 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://netacoding.com/tags/binary-to-ascii-ip/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ICMP Packet Sniffer in x64 Assembly: Raw Socket Capture, Header Stripping &amp; Binary-to-ASCII IP | No libc</title>
      <link>https://netacoding.com/posts/icmp_sniffer/</link>
      <pubDate>Fri, 27 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://netacoding.com/posts/icmp_sniffer/</guid>
      <description>Zero-dependency ICMP sniffer in pure x64 Assembly: sys_socket(41) with AF_INET&#43;SOCK_RAW&#43;IPPROTO_ICMP filters to ICMP-only traffic, sys_recvfrom reads raw frames, manual 28-byte header strip (20B IP &#43; 8B ICMP) via lea rsi,[buf&#43;28] reaches payload, custom div-based Integer-to-ASCII engine converts binary IP octets to dotted-decimal without libc or printf.</description>
    </item>
  </channel>
</rss>
