Compiling an agent.js compatible with frida-inject #464
-
Hello, I've been successfully using frida-il2cpp-bridge on my PC, where it injects into the target android app, and my scripts function as intended. However, I'm encountering an issue with the I suspect the problem lies in the size and content of the compiled JavaScript file, which includes emojis and numerous dependencies, making it excessively large. Could someone guide me on how to effectively utilize frida-il2cpp-bridge to develop scripts (using classes, methods, etc.) and compile a streamlined Any advice on creating a clean, concise Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It's because Your options are:
|
Beta Was this translation helpful? Give feedback.
-
Lol. From the beginning I'm using frida-inject library to inject using termux. I didn't used my pc till now as it needs to be repaired. From the beginning, I use this project on my android device using termux and frida-inject |
Beta Was this translation helpful? Give feedback.
It's because
frida-compile
outputs a frida specific format that then frida tools compiles into actual JavaScript.Your options are: