Skip to content

Run a more undetectable frida-server on boot using magisk ๐Ÿ”โœ…

Notifications You must be signed in to change notification settings

Exo1i/MagiskHluda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Florida on Boot: Unleash Florida's Power with Enhanced Undetectability

GitHub repo size GitHub downloads

๐ŸŒŸ This a magisk module based on Florida which is a more undetectable version of Frida.

๐ŸŒŸ It basically sets up Florida to start on boot for you.

Meet your stealthy companion: ๏ธโ€

  • Powerful toolkit for dynamic analysis, reverse engineering, and security testing.
  • Florida 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

This project switched temporarily from StrongR-Frida to Florida

Getting Started:

  1. Grab the latest release: Head over to the releases page and download Florida.zip.
  2. Install with Magisk: โœจ Use Magisk to seamlessly install the module.

Always Up-to-Date:

  • Updates are checked every half a day.โšก

Troubleshooting: ๐Ÿฉน

Building from Source: ๏ธ

  1. Grab dependencies: Install rapidjson and restclient-cpp using vcpkg:
    ./vcpkg install rapidjson restclient-cpp
    
  2. Run the code: Run main.cpp in your preferred IDE (Clion or Visual Studio recommended).

Credits:

Ready to explore with enhanced stealth? Get started with Florida today!

Still Being Detected?

I'd recommend having a look at ZygiskFrida.

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!