Available for select work

Reverse engineering
the invisible layer.

Independent security researcher exploring Android internals, binary analysis, and the systems most people never look at.

drag to rotate

A quiet obsession with how things work.

I take apart what others build — not to break it, but to understand it.

Self-taught reverse engineer based in India. I spend most of my time deep in smali bytecode, native libraries, and the parts of mobile apps that aren't supposed to be looked at.

Outside of research, I build small tools that solve specific problems — Telegram bots, Android utilities, and automation scripts. Quiet work, mostly.

I believe the best engineering is the kind nobody notices, until it isn't there.

5+
years
40+
projects
curiosity
1
play store app

Most days look like this.

Hours in disassemblers, a few good cups of tea, and the patience to read what the code actually does.

~/work/teardown.sh
1# pull, decode, and explore an apk 2$ adb pull /data/app/com.target.app/base.apk 3$ apktool d base.apk -o ./decoded 4$ jadx-gui base.apk & 5# 6# trace native calls at runtime 7$ frida -U -f com.target.app -l "./hooks/license.js" 8# 9# patch, repack, sign 10$ apktool b ./decoded -o patched.apk 11$ apksigner sign --ks debug.keystore patched.apk 12# 13$ echo "shipped." >> ./notes.md

Things I've built and broken.

A small selection of recent projects. More on request.

android · play store

Eagle Eye Labs

A published utility app available on the Google Play Store, built and shipped from the ground up. Focused on small, useful tools for power users.

Production 2024
reverse engineering

APK Modification Suite

Custom tooling for Android application analysis, hooking, and modification workflows. Built around frida, apktool, and a lot of patience.

Internal Ongoing
automation

Telegram Bot Platform

Automation systems built for repetitive workflows, deployed on cloud infrastructure with uptime as a non-negotiable.

Live 2024
infrastructure

Device Lock System

Lightweight backend services for access control and remote device management. Quiet, fast, and hard to break.

Private 2025

The tools I reach for.

Mostly low-level, occasionally high-level, always practical.

JADX
Decompile
Frida
Runtime
Apktool
Repack
Ghidra
Native
Python
Glue
Kotlin
Android
Node.js
Bots
Linux
Daily driver

Let's talk.

Open to interesting research, freelance work, and quiet conversations about systems.