Frida module to dump, manipulate and hijack any IL2CPP application at runtime with a high level
of abstraction, without needing the global-metadata.dat
file.
It should work for any Unity version in the inclusive range 5.3.0 - 2021.1.0.
Android is supported; Linux and Windows are not tested; iOS is not supported yet (#15).
Please have a read at DOC.md.
A lot of aspects are still unknown to me.
- Absent generic classes or methods utilities
- Missing traceback system
Thanks to meme and tryso for helping and getting me into this, and to djkaty and nneonneo for providing the IL2CPP C headers.