t_fire

Results 9 comments of t_fire

The same error also occurs when using the `frida` command in the terminal.

> What is the application name? What is the specs of the device? it's a Linux server side,

> What is the application name? What is the specs of the device?

It seems that the .so hasn't been initialized yet, so Il2Cpp was null. After I added a loop to check whether the game's .so module has been loaded, it started...

> [@CGxyol](https://github.com/CGxyol) by the way, what happens if you don't use frida-node? E.g. using `frida` cli directly same

> This looks unfortunate... retrieving a field should never fail due to access violation. > > Would you `console.log(this.class)`? I'll try it later.

> Just write code Il2Cpp.perform(() => { > > }); and it won't run Version 0.11.0 is not yet compatible with Frida 17. You can try using Frida 16 instead.