vfsfitvnm / frida-il2cpp-bridge

A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.
https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki
MIT License
974 stars 199 forks source link

Add option to specify Il2Cpp module name #288

Closed Fanixtar closed 11 months ago

Fanixtar commented 1 year ago

Because some game have different name

vfsfitvnm commented 1 year ago

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(() => {

});
vfsfitvnm commented 11 months ago

Implemented in v0.8.7