tech, life, reversing and random stuff

🛠️ How to Add Toast & Dialogue Box to Flutter Apps via Smali 📱


If you’re familiar with modifying Android apps, you know that smali can be an excellent tool for tinkering with app behavior. Today, we’re diving into adding Toast messages and Dialogue Boxes in Flutter apps by modifying the MainActivity.smali file. You may have encountered crashes when trying to do this on your own, but don’t worry — I’ll guide you through the correct way to do it manually.

Read more ⟶

Comprehensive Guide for Setting Up and Using TIK Tool on Debian WSL


This guide provides a detailed, step-by-step process for setting up Debian on Windows Subsystem for Linux (WSL), installing necessary tools, and using the TIK tool for ROM modification.

Read more ⟶

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 ⟶