<?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>Mime-Os on Konstantin</title><link>https://kostyk348.github.io/tags/mime-os/</link><description>Recent content in Mime-Os on Konstantin</description><generator>Hugo -- 0.135.0</generator><language>en</language><lastBuildDate>Mon, 17 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://kostyk348.github.io/tags/mime-os/index.xml" rel="self" type="application/rss+xml"/><item><title>Cellular reverse engineering without Ghidra</title><link>https://kostyk348.github.io/posts/rev-wave/</link><pubDate>Mon, 17 Aug 2026 00:00:00 +0000</pubDate><guid>https://kostyk348.github.io/posts/rev-wave/</guid><description>&lt;h1 id="cellular-reverse-engineering-without-ghidra">Cellular reverse engineering without Ghidra&lt;/h1>
&lt;p>Each function of a binary becomes its own .eml cell: the call graph lives in
headers, types propagate as a wave over References with call-site dataflow.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>emlbox rev game.exe cells &lt;span style="color:#75715e"># objdump -&amp;gt; .eml function graph&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>emlbox rev wave cells net_send arg1 void* &lt;span style="color:#ae81ff">3&lt;/span> &lt;span style="color:#75715e"># type wave&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>emlbox rev diff cells_v1 cells_v2 &lt;span style="color:#75715e"># version diffing&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>LLMs connect through rev-mcp: they read only the neighbours of a cell, not the
whole disassembly — a point-wise context instead of a 500MB dump.&lt;/p></description></item><item><title>MIME-OS: one file for everything</title><link>https://kostyk348.github.io/posts/mime-os/</link><pubDate>Mon, 17 Aug 2026 00:00:00 +0000</pubDate><guid>https://kostyk348.github.io/posts/mime-os/</guid><description>&lt;h1 id="mime-os-one-file-for-everything">MIME-OS: one file for everything&lt;/h1>
&lt;p>MIME-OS turns an .eml container into a universal storage format: a database,
an app, an agent&amp;rsquo;s memory, even a game — a single file with a hash chain and
an append-only delta log.&lt;/p>
&lt;p>&lt;strong>What works today (v0.5):&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>single-file container: mmap reader, two-level index, delta log with sha256 chain&lt;/li>
&lt;li>KV tables, tag database (eml-tag), EML-FS, IPC bus with a runner&lt;/li>
&lt;li>network delta-sync: per-writer chains, LWW merge, TCP P2P, SMTP bridge (letters)&lt;/li>
&lt;li>X-Encoding: deflate and aes-256-gcm — the whole database can be encrypted&lt;/li>
&lt;li>cellular reverse engineering without Ghidra: objdump -&amp;gt; .eml function graph,
type waves&lt;/li>
&lt;li>egui viewer (GUI)&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Why .eml?&lt;/strong> One format for disk, memory and network — data never changes
shape. The hash chain gives integrity and versioning, deltas give sync between
devices, letters give mail transport without servers.&lt;/p></description></item></channel></rss>