hk4e-frida-il2cpp
v1.0.0
Published
A Frida module to dump, trace or hijack HK4E at runtime, without needing the global-metadata.dat file.
Downloads
8
Maintainers
Readme
hk4e-frida-il2cpp
A Frida module to dump, trace or hijack HK4E at runtime, without needing the global-metadata.dat
file.
Features
- Dump classes, methods, fields and so on
- Trace, intercept and replace method calls
- Mess around with the C# runtime
- Il2Cpp structs and global metadata (almost) free
Compatibility
Platforms
Android, Linux, Windows, iOS, macOS are supported. However, only Windows is "tested": expect breakage if you are using another platform.
Acknowledgements
Thanks to meme and knobse for helping and getting me into this, and to djkaty and nneonneo for providing the Il2Cpp API. Thanks to vsfsfitvnm for providing the base code