<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blog posts on Binary Ruins</title>
    <link>/posts/</link>
    <description>Recent content in Blog posts on Binary Ruins</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Copyright 2026, Ishmael42</copyright>
    <lastBuildDate>Sun, 21 Jun 2026 20:34:55 +0530</lastBuildDate>
    <atom:link href="/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Taming Rust With C - Cracking Caido Cli</title>
      <link>/posts/taming-rust-with-c-cracking-caido-cli/</link>
      <pubDate>Sun, 21 Jun 2026 20:34:55 +0530</pubDate>
      <guid>/posts/taming-rust-with-c-cracking-caido-cli/</guid>
      <description>&lt;p&gt;Caido-cli is a proxy like BurpSuite, but written in Rust - but your dear borrow checker won&amp;rsquo;t&#xA;stop a well-aimed linkerscript. Let&amp;rsquo;s make it free (as in freedom) again with C.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rooting Android Without Magisk or Kernelsu</title>
      <link>/posts/rooting-android-without-magisk-or-kernelsu/</link>
      <pubDate>Fri, 19 Jun 2026 00:28:38 +0530</pubDate>
      <guid>/posts/rooting-android-without-magisk-or-kernelsu/</guid>
      <description>&lt;p&gt;For the special one-off situations when you can&amp;rsquo;t use magisk or kernelsu,&#xA;or if you really don&amp;rsquo;t want to use existing root solutions,&#xA;you can get root with a backdoor&amp;rsquo;d kernel image.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hacking on the Jiophone - From getting a rootshell to running Doom</title>
      <link>/posts/doom-on-jiophone/</link>
      <pubDate>Sun, 29 Mar 2026 23:01:53 +0530</pubDate>
      <guid>/posts/doom-on-jiophone/</guid>
      <description>&lt;p&gt;A few days ago, I found an old Jiophone. At first, it appeared to be a simple, locked down KaiOS device.&#xA;But after a day of tinkering around with it, I found myself running doom on it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jails, Not Containers: A CTFer&#39;s PWN Environment with Nix and Bwrap</title>
      <link>/posts/jails-not-containers/</link>
      <pubDate>Wed, 25 Mar 2026 16:27:20 +0530</pubDate>
      <guid>/posts/jails-not-containers/</guid>
      <description>&lt;p&gt;My story of migrating from &lt;code&gt;docker&lt;/code&gt; containers to a more hacky &lt;code&gt;bwrap&lt;/code&gt; + &lt;code&gt;nix&lt;/code&gt; based jail for isolated, low-friction, reproducible security research environments.&lt;/p&gt;</description>
    </item>
    <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>
    <item>
      <title>Ssh Clip</title>
      <link>/posts/ssh-clip/</link>
      <pubDate>Mon, 22 Sep 2025 12:11:26 +0530</pubDate>
      <guid>/posts/ssh-clip/</guid>
      <description>&lt;p&gt;Clipboard with SSH cause graphical web interfaces are just too overkill for copying text.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chip8 Interpretter 1</title>
      <link>/posts/chip8-interpretter-1/</link>
      <pubDate>Tue, 17 Dec 2024 00:35:46 +0530</pubDate>
      <guid>/posts/chip8-interpretter-1/</guid>
      <description>&lt;p&gt;Out of the blue, after my SIH victory, i decided to give web development and cybersecurity a little break and decided to write a chip8 emulator.&#xA;This is one project that i have always been wanting to do for quite a long time, but never got free enough to do it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Javascript Is Not The Answer</title>
      <link>/posts/javascript-is-not-your-answer/</link>
      <pubDate>Wed, 16 Oct 2024 22:30:06 -0530</pubDate>
      <guid>/posts/javascript-is-not-your-answer/</guid>
      <description>&lt;p&gt;During the last three weeks, javascript has been the reason for all of my misery.&#xA;The more javascript i write, the more i wonder &amp;lsquo;Who put this piece of shit on the server!&amp;rsquo;&#xA;Even though it has always given me problems, there&amp;rsquo;s two problems that made me (almost) physically abuse my keyboard.&lt;/p&gt;&#xA;&lt;p&gt;No, i won&amp;rsquo;t be talking about what &lt;code&gt;{} - []&lt;/code&gt; results in, why spend time thinking about things that you will never use?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hello, world!</title>
      <link>/posts/hello-world/</link>
      <pubDate>Sat, 12 Oct 2024 21:15:42 -0530</pubDate>
      <guid>/posts/hello-world/</guid>
      <description>&lt;p&gt;Finally doing this&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
