<?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>Reverse-Engineering on Konstantin</title><link>https://kostyk348.github.io/tags/reverse-engineering/</link><description>Recent content in Reverse-Engineering 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/reverse-engineering/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></channel></rss>