springmusk026 — springmusk.dev

README.md files (2)

// project

springmusk026

Config files for my GitHub profile.

5 stars 1 forks Watching: 5 Open issues: 0
  • config
  • github-config
Open on GitHub
██████╗  █████╗ ███████╗ █████╗ ███╗   ██╗████████╗ █████╗
██╔══██╗██╔══██╗██╔════╝██╔══██╗████╗  ██║╚══██╔══╝██╔══██╗
██████╔╝███████║███████╗███████║██╔██╗ ██║   ██║   ███████║
██╔══██╗██╔══██║╚════██║██╔══██║██║╚██╗██║   ██║   ██╔══██║
██████╔╝██║  ██║███████║██║  ██║██║ ╚████║   ██║   ██║  ██║
╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝   ╚═╝   ╚═╝  ╚═╝

Software Engineer — Android · Systems · Reverse Engineering

Kathmandu, Nepal · NxP Studio


I build across the Android stack and backend systems, with a focused interest in low-level tooling — Unity game internals, IL2CPP instrumentation, and ADB automation. My open-source work leans heavily toward the reverse engineering and modding community, where the most technically interesting problems live.

Five years in, working across mobile, systems, and web. Currently learning Rust for systems work and exploring advanced cloud architecture at scale.


Projects

Reverse Engineering & Instrumentation

The repos with the most traction. Tools for inspecting and modifying Unity game binaries at runtime.

Imgui-Unity ImGui overlay integration for Unity games. Hooks into the render pipeline to expose in-game debug interfaces without modifying game source. C++ ⭐ 52  ·  🍴 79
Frida-Il2cpp-Dumper Dumps IL2CPP metadata from live processes using Frida. Useful for analyzing stripped Unity binaries without a symbol table. TypeScript ⭐ 25  ·  🍴 15
libmain.so Reference source for libmain.so in Unity games. Used as a base for understanding and extending the native Unity bootstrap layer. C++ ⭐ 19  ·  🍴 4

Android Applications

AntiBloater Removes carrier and OEM bloatware via a local ADB connection. No root required — establishes a bridge over USB or Wi-Fi to execute pm uninstall commands selected by the user. Kotlin
MitraAI AI chat companion for Android. Built with Jetpack Compose, streaming responses, and local conversation history. Kotlin
X-Pense Personal expense tracker with category breakdowns and monthly summaries. Offline-first with Room persistence. Kotlin
MovieApp Movie discovery and tracking app backed by TMDB. Clean Architecture with MVVM, Retrofit, and Glide. Kotlin

Stack

Systems

C / C++
Rust (learning)
Linux internals
ADB / Frida
IL2CPP / Unity

Android

Kotlin / Java
Jetpack Compose
Room / Retrofit
MVVM / Clean Arch
Coroutines / Flow

Web

TypeScript
React / Next.js
Node.js
Laravel / PHP
Tailwind CSS

Infrastructure

AWS / GCP
Docker
MySQL / MongoDB
Git
Linux (Debian)

Writing

I write about systems, Android, and the broader software landscape at basantasapkota026.com.np. Recent:


Stats



main 5 Updated Mar 28, 2026 springmusk.dev

UnityRenderer

Educational project demonstrating IL2CPP runtime interaction from native C++ on Android

  • C++
10 5 project

AntiBloater

Antibloater is an Android application designed to streamline the process of removing bloatware apps from your device. It establishes a local ADB connection to execute commands selected by users for removing unwanted pre-installed apps.

  • Kotlin

Open-Monitor-YT

Open Monitor YT is a self-hostable, fully open-source YouTube competitive intelligence platform

  • TypeScript