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

More detailed tracing #238

Closed heqyoufree closed 1 year ago

heqyoufree commented 1 year ago

I wanted to looking to a method and tried to find what methods called it or what methods it called. When tracer is set to filter certain class it wouldn't give the context;

E.g. ClassA.a called ClassB.b. When i trace the ClassB.b i don't know ClassA.a called it. Also ClassB.b called ClassC.c then i don.t know ClassC.c is called.

vfsfitvnm commented 1 year ago

Duplicate of #161