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
946 stars 194 forks source link

how to use filterMethods filter the "public" method #399

Closed yujack008 closed 10 months ago

yujack008 commented 10 months ago

I want to trace the all public in assembly.

thanks!

vfsfitvnm commented 10 months ago
.filterMethods(_ => _.modifier == "public")