tech, life, reversing and random stuff

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 ⟢

Good News for Non-Root Users: View Data on Non-Rooted Devices with MT Manager πŸŽ‰


MT Manager just got a fantastic update! πŸš€ Now, non-root users can easily access and view data on rooted devices, making it a breeze to find the dump.dart file without needing root access or App Cloner. Here’s how you can take advantage of this update.

Read more ⟢

How to Use reFlutter for Extracting Dart Code from APKs πŸ› οΈ


ReFlutter is a handy tool that allows you to reverse engineer Flutter apps and extract Dart code, monitor network trafic from APKs. Here’s a step-by-step guide on how to use reFlutter:

Read more ⟢