Closed mbakgun closed 5 months ago
Hi @mbakgun.
Yeah you can pass a config.json
that fit your needs!
From Frida docs: A supported configuration keys is path
: string specifying the filesystem path to the script to load. May also be a path relative to where the Gadget binary resides.
What about putting the script in $APK_DIR/lib/$ARCH_DIR/?
Thanks 👍
Request : Integrate script.js into APK without adb push
Details : Hi, thank you for the script, I am currently using the following commands to patch an APK and run a script:
I would like to know if it is possible to integrate
script.js
directly into the APK without usingadb push
, and then execute it. According to this link, it seems feasible. Could you please provide(if possible) guidance on how to achieve this using apk.sh?Thank you!