MagiskHluda
MagiskHluda copied to clipboard
Run a more undetectable frida server on boot using magisk 🔐✅
Hluda on Boot: Unleash Frida's Power with Enhanced Undetectability
🌟 This a magisk module based on StrongR frida which is a more undetectable version of frida.
🌟 It basically sets up hluda (StrongR frida) to start on boot for you.
Meet your stealthy companion: ️
- Powerful toolkit for dynamic analysis, reverse engineering, and security testing.
- Hluda takes it to the next level with a more undetectable frida-server for Android.
- Stay under the radar while you explore and manipulate apps like a pro.
Supported Architectures: ️
- arm64
- arm
- x86
- x86_64
Getting Started:
- Grab the latest release: Head over to the releases page and download Hluda.zip.
- Install with Magisk: ✨ Use Magisk to seamlessly install the module.
Always Up-to-Date:
- Updates are checked every half a day.⚡
Troubleshooting: 🩹
- Facing any issues? Check out the troubleshooting guide.
Building from Source: ️
- Grab dependencies: Install rapidjson and restclient-cpp using vcpkg:
./vcpkg install rapidjson restclient-cpp - Run the code: Run main.cpp in your preferred IDE (Clion or Visual Studio recommended).
Credits:
- Huge thanks to magisk-frida: https://github.com/ViRb3/magisk-frida as this project is very similar to theirs, and also to this enhancement request: https://github.com/ViRb3/magisk-frida/issues/16 from 2021 on ViRb3's module.
Ready to explore with enhanced stealth? Get started with Hluda today!
Learning Journey:
This repo is my first semester brainchild. It's funny how we think we're experts after a few months, but then realize we're just toddlers with screwdrivers. No clue about CMake, linkers, or JSON in C++ when I started, but hey, I stumbled through it somehow!