vfsfitvnm / frida-il2cpp-bridge

A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.

Home Page:https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to specify Il2Cpp module name

Fanixtar opened this issue · comments

Because some game have different name

It's definitely something I'm going to implement; by the way what's your platform?
Meanwhile, this should do the trick:

Reflect.defineProperty(Il2Cpp, "moduleName", { value: "whatever" });

Il2Cpp.perform(() => {

});

Implemented in v0.8.7