Posts
2025
- Identifying Packages Used by Flutter Apps Sep 8 Sometimes it’s useful to determine what Flutter packages are used in a Flutter app. This can be useful for security audits, …
- Analyzing a Weird Behavior in a Tenda AX3000 WiFi6 Mesh Router Sep 7 I recently purchased a Tenda AX3000 WiFi6 Mesh Router from AliExpress. The setup was quite straightforward and it works well. However, I was …
2024
- Intercepting HTTP traffic in Android Flutter Apps Nov 2 Intercepting HTTP traffic in Flutter apps has attracted significant interest among security researchers. Tools like reflutter have …
- Frida APK Patcher Aug 16 This tool allows you to patch APK files for Frida instrumentation using the Frida gadget. It injects the required libraries and smali code …
- Analyzing KD Live Memory Dump with Volatility May 1 Step 1: Identify the Memory Image NB: Volatility version 2 Ensure you have the memory dump file ready, potentially in a raw format or the …
2022
- Obscurity is not Security: A Case Study of a Cross-Platform Mobile Application Oct 9 This research presents a security analysis on a cross-platform mobile application. The My Vodafone (Ghana) application formed the basis for …
- Protecting Your Privacy Online Mar 13 The current surge in the usage of smart devices has contributed significantly to the large volumes of internet traffic data being generated. …
- How to Sign macOS PKG Files for Deployment Feb 2 Signing a package is a multi-step process. Generate a signing request. Generate Developer ID Installer certificate. Sign the macOS PKG file. …