Replies: 2 comments 1 reply
-
Hi!
This is the same; but I suggest you to use TypeScript, it's very helpful and I only support TS users. Shortly:
So, you have to:
PS: I'll move this issue to the "discussions" section |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you very much. I will try again |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
Thanks for making such a great tool.
First of all, I would appreciate it if you note that the text may be a bit odd since I used a translator to write the question.
I often use Frida for work, and I have mainly used it as a JavaScript file using frida tools.
Global-metadata.dat is looking for a decryption method, and I found the frida-il2cpp-bridge that does not need global-metadata.dat and is looking at how to use it, but I do not know how to use it due to my lack of knowledge.
So, I prepared a few questions, and if there are answers, it will be easier to understand.
Does frida-il2cpp-bridge use node frida (npm install frida)?
Can I know how to use it? I want to know how to run the code, not what it is. (ex: frida -U -l hook.js -f com.android.chrome --no-pause )
When the code runs, is it correct to send a log with metadata information when the package's unity-related code is executed?
Thank you very much for your reply.
Beta Was this translation helpful? Give feedback.
All reactions