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
1.03k stars 202 forks source link

Adding namespace info when dumping library #244

Closed berkedel closed 1 year ago

berkedel commented 1 year ago

The namespace info will be helpful for filtering the class when using the tracer API.

vfsfitvnm commented 1 year ago

I don't think I will add this functionality. Other than redundant (the namespace is already included in the class name), doing so will negatively impact the dump time (it's an extra native call for each class) and the dump file size

berkedel commented 1 year ago

Make sense. Will close this PR then. Thank you.