tech, life, reversing and random stuff

ARM Architecture Debate: SL vs. THR Registers in Dart AOT true/false


Read more ⟶

SigTool: APK Signature Analyzer Pro - Review and Enhancements 🚀


SigTool is a robust open-source tool tailored for developers and security analysts. It excels at in-depth APK signature analysis, offering features such as:

Read more ⟶

How Dart Loads Objects from Its Object Pool on ARM64 and ARM32 🛠️


Dart’s object loading mechanism differs slightly depending on the architecture it’s running on, be it ARM64 (ARMv8) or ARM32 (ARMv7). In this guide, we’ll explore how Dart loads objects from its object pool on these architectures and provide examples to make it clearer.

Read more ⟶

Blutter Termux Guide: Setup, Usage, and Updates 📱💻


Blutter is a powerful tool for reverse engineering Flutter apps, and you can run it directly on your Android device using Termux. Here’s a complete guide on how to install, use, and update Blutter in Termux. Let’s dive in!


🎥 Video Guide:

While there are video guides available, they might not be very helpful due to being outdated:

But don’t worry, this text guide will get you up and running smoothly! 😄

Read more ⟶

How Lucky Patcher works on some flutter apps."


Explore how Lucky Patcher manipulates in-app purchases in Flutter apps by exploiting the FlutterInappPurchase package. Learn about the pros and cons of this package and understand how Lucky Patcher bypasses payment checks by pretending to be a legitimate store app.
Read more ⟶