tech, life, reversing and random stuff
Sigmatcher: Effortlessly Matching Java Classes and Methods Across APK Versions
I’ve been there, countless times wrestling with obfuscated or version-changed APKs, hunting for specific classes or methods. Manually analyzing code became a tedious nightmare.
LYADI - Let Your Ai Do It
Let Your AI Do It
An MCP (Model Context Protocol) Server specifically designed to help with reverse engineering tasks, majorly focused on Android side.
This guide walks you through setting up and using the MCP server on Termux for Android to assist with reverse engineering tasks.
Identifying `ssl_verify_peer_cert` in Android Flutter Binaries
Ok so, here we go again…
How to Use PineHook+
Overriding Default Values of Android Constructor Parameters at Runtime
Ever found yourself needing to override default values within an Android class constructor without modifying the original codebase? Here, we’ll explore a solution using two powerful tools: Frida and Pine. These dynamic hooking libraries allow you to modify method parameters and manipulate their values at runtime, making testing, customization, and reverse engineering a breeze.