Thinh Buzz

Results 42 comments of 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. > > ![Image](https://github.com/user-attachments/assets/9a6b2ab2-ebb2-41e4-9332-7b2d53f02342) > > ![Image](https://github.com/user-attachments/assets/95541508-155e-4c92-b309-3c115cbff7fc) > > ![Image](https://github.com/user-attachments/assets/b8613d6b-d21a-4f93-ba4e-e68b5bcfd9f4) > >...

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() ```

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...