<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Yachay</title>
    <link>https://www.r4mnesia.xyz/projects/</link>
    <description>Recent content on Yachay</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 11 Sep 2025 17:42:20 +0200</lastBuildDate><atom:link href="https://www.r4mnesia.xyz/projects/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Drquine</title>
      <link>https://www.r4mnesia.xyz/projects/drquine/</link>
      <pubDate>Thu, 11 Sep 2025 21:31:52 +0200</pubDate>
      
      <guid>https://www.r4mnesia.xyz/projects/drquine/</guid>
      
      <description>&lt;p&gt;The Dr Quine project consists in writing programs capable of printing themselves. It&amp;rsquo;s an exercise in self-replication. The name comes from the philosopher Willard Van Orman Quine, who gave his name to the concept of quine in computer science.
Why this project is both fun&amp;hellip; and a real headache&lt;/p&gt;
&lt;p&gt;There&amp;rsquo;s something unique about the Dr Quine project: from a utilitarian point of view, it serves no purpose, yet it&amp;rsquo;s extremely instructive.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Tinky Winkey</title>
      <link>https://www.r4mnesia.xyz/projects/tinky-winkey/</link>
      <pubDate>Sat, 31 Jan 2026 12:39:01 +0100</pubDate>
      
      <guid>https://www.r4mnesia.xyz/projects/tinky-winkey/</guid>
      
      <description>&lt;p&gt;The purpose of this project is to familiarize yourself with programming via the Windows API and how Windows services work.
The project consists of two programs, &lt;strong&gt;svc.exe&lt;/strong&gt; and &lt;strong&gt;winkey.exe&lt;/strong&gt;. &lt;strong&gt;svc.exe&lt;/strong&gt; works like the Windows command &lt;strong&gt;sc.exe&lt;/strong&gt;.
&lt;strong&gt;winkey.exe&lt;/strong&gt; is a keylogger that records keystrokes using a low-level function and stores each keystroke in a file in &lt;code&gt;C:\Windows\Temp&lt;/code&gt;.
There is also an interesting feature in &lt;strong&gt;svc.exe&lt;/strong&gt;: a &lt;strong&gt;remote shell&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;install-and-start-service&#34;&gt;Install and start service&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://www.r4mnesia.xyz/tinky/tinky_start.png&#34; alt=&#34;Screen&#34;&gt;&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Stockholm</title>
      <link>https://www.r4mnesia.xyz/projects/stockholm/</link>
      <pubDate>Thu, 11 Sep 2025 21:32:02 +0200</pubDate>
      
      <guid>https://www.r4mnesia.xyz/projects/stockholm/</guid>
      
      <description>&lt;p&gt;This program is a &lt;strong&gt;libsodium-based&lt;/strong&gt; encryption/decryption tool for sensitive files using the &lt;strong&gt;XChaCha20-Poly1305&lt;/strong&gt; algorithm. It simulates ransomware behavior in a controlled way: it encrypts or decrypts files in a specific folder depending on their extension.&lt;/p&gt;
&lt;h2 id=&#34;functionality&#34;&gt;Functionality&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://www.r4mnesia.xyz/stockholm/help.png&#34; alt=&#34;Screen&#34;&gt;&lt;/p&gt;
&lt;p&gt;Generate random key and encrypt file
&lt;img src=&#34;https://www.r4mnesia.xyz/stockholm/encrypt.png&#34; alt=&#34;Screen&#34;&gt;&lt;/p&gt;
&lt;p&gt;Check if my file is encrypted
&lt;img src=&#34;https://www.r4mnesia.xyz/stockholm/file.png&#34; alt=&#34;Screen&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;wannacry-extensions&#34;&gt;Wannacry extensions&lt;/h2&gt;
&lt;p&gt;The stockholm program implements a file-targeting strategy similar to that used by the WannaCry ransomware:&lt;/p&gt;
&lt;p&gt;It encrypts only files whose extension appears in a specific list of sensitive formats, such as &lt;code&gt;.doc, .xls, .pdf, .jpg, .zip&lt;/code&gt; etc.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Ping</title>
      <link>https://www.r4mnesia.xyz/projects/ping/</link>
      <pubDate>Thu, 11 Sep 2025 21:31:45 +0200</pubDate>
      
      <guid>https://www.r4mnesia.xyz/projects/ping/</guid>
      
      <description>&lt;p&gt;Create a simplified reimplementation of the UNIX ping command, which sends ICMP packets to an IP address and measures the response time.&lt;/p&gt;
&lt;p&gt;Doing this project to reimplement the ping command in C allowed me to delve into the lower layers of network operation, in particular the ICMP protocol. Unlike using ready-made tools or high-level libraries, here I had to manually build network packets and manage sockets directly&lt;/p&gt;
&lt;p&gt;Understanding the &lt;strong&gt;ICMP&lt;/strong&gt; protocol: by constructing the &lt;strong&gt;ICMP&lt;/strong&gt; headers myself (type, code, checksum), I better understood the structure and role of the &lt;strong&gt;ECHO_REQUEST&lt;/strong&gt; and &lt;strong&gt;ECHO_REPLY&lt;/strong&gt; messages.&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
