Magisk module installing frida-inject with optional functionality to auto inject scripts at app startup
- android-ndk
- wget
- xz-utils
- Run action or ./build.sh script.
- magisk-frida - Optional, but required if you don't want to push and run frida-server from adb every time.
- Download latest release: https://github.com/nitanmarcel/magisk-frida-inject/releases
-
frida-inject ...
- seefrida-inject --help
for all available options. -
To automatically inject scripts at app startup, place the js file in
/data/misc/user/0/frida-inject/
aspackage.name.js
(replace the package.name with the package name of the target application)
- Frida - for frida inject
- HuskyDG - for this module's template
- https://gist.github.com/vvb2060/a3d40084cd9273b65a15f8a351b4eb0e#file-am_proc_start-cpp