<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Reverse Engineering on Binary Ruins</title>
    <link>/tags/reverse-engineering/</link>
    <description>Recent content in Reverse Engineering on Binary Ruins</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Copyright 2026, Ishmael42</copyright>
    <lastBuildDate>Tue, 13 Jan 2026 00:41:11 +0530</lastBuildDate>
    <atom:link href="/tags/reverse-engineering/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Patching ELFs with ~Assembly~ C, or abusing the linker for fun and profit</title>
      <link>/posts/patching-elves-with-c/</link>
      <pubDate>Tue, 13 Jan 2026 00:41:11 +0530</pubDate>
      <guid>/posts/patching-elves-with-c/</guid>
      <description>&lt;p&gt;Using a little bit of linkerscript magic and C to patch binaries the toolchain-intended way - instead of manually patching assembly instructions like a madman.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hacking Rustls: Adding Your Own CA for HTTP/S Proxies</title>
      <link>/posts/rustls-ssl-pinning-bypass/</link>
      <pubDate>Thu, 18 Dec 2025 15:16:36 +0530</pubDate>
      <guid>/posts/rustls-ssl-pinning-bypass/</guid>
      <description>&lt;p&gt;Give &lt;code&gt;rustls&lt;/code&gt; a gentle lobotomy and make it cooperate with the HTTP/S your proxy of choice :).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reversing ARM Firmware</title>
      <link>/posts/reversing-arm-firmware/</link>
      <pubDate>Fri, 03 Oct 2025 19:26:37 +0530</pubDate>
      <guid>/posts/reversing-arm-firmware/</guid>
      <description>&lt;p&gt;Reversing a raw firmware dump is very different from reversing an ELF executable or a PE image. There are no sections, no symbols, and often no clear format - just raw bytes.&lt;/p&gt;&#xA;&lt;p&gt;In this post, I’ll walk through the process of reversing a simple ARM Cortex-M3 (ARMv7-M) firmware image using Ghidra, mapping memory regions, identifying initialization routines, and making sense of global variables.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
