Skip to content

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

License

AGPL-3.0, MIT licenses found

Licenses found

AGPL-3.0
LICENSE.AGPLv3
MIT
LICENSE.MIT
Notifications You must be signed in to change notification settings

commonuserlol/frida-il2cpp-bridge

 
 

Repository files navigation

frida-il2cpp-bridge

Frida NPM

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

code

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

Unity version

It should work for any Unity version in the range 5.3.0 - 6000.0.x.

Platforms

Android, Linux, Windows, iOS, macOS are supported. However, only Android and Linux are "tested": expect breakage if you are using another platform.

Acknowledgements

Thanks to vfsfitnvm for original frida-il2cpp-bridge code

License

Commits made in this fork are licensed under the GNU AGPLv3.0

Read LICENSE for more information

Commits made in the original repository are licensed under MIT

About

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

Resources

License

AGPL-3.0, MIT licenses found

Licenses found

AGPL-3.0
LICENSE.AGPLv3
MIT
LICENSE.MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 73.5%
  • JavaScript 12.6%
  • Makefile 10.1%
  • C# 1.9%
  • C 1.5%
  • Shell 0.4%