Thinh Buzz
Thinh Buzz
> @thinhbuzz can you share your gadget so I can check where it crashes? and tell me the version of libart installed? ~~i use frida-inject and not frida gadget. for...
version 16.7.11 still has the same error @oleavr Can you look into this issue?
> ```ts > toString() { > try{ > return this.isNull() ? "null" : this.method("ToString", 0).invoke().content ?? "null"; > } > finally{ > return "Failed to get value" > } >...
`EB.Action` not `EB.Action`
> I downloaded the latest code, added just one line of code, compiled it, and it crashed when running. > >  > >  > >  > >...
Related https://github.com/frida/frida/issues/3485
From version 17 you need to actively import Java when necessary ```bash npm i frida-java-bridge ``` ```js import Java from 'frida-java-bridge'; Java.perform() ```
please share full code
Have you tried using frida-compile to compile the code before running it?
> I was just about to start this thread thank you [@thinhbuzz](https://github.com/thinhbuzz), I am the same issue with a slight difference. In my case, I just updated my billing details...