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

Tracing question #270

Closed qiaozhi-4 closed 1 year ago

qiaozhi-4 commented 1 year ago

I hope that when filtering, the filtering condition is dynamic, that is, the method after printing once is not printed, but I found that this method he does not judge every time image

vfsfitvnm commented 1 year ago

I do not understand I'm afraid. Is #27 what you are looking for?

qiaozhi-4 commented 1 year ago

我不明白我害怕。#27是你要找的吗?

Yes, thank you very much.

qiaozhi-4 commented 1 year ago

我不明白我害怕。#27是你要找的吗?

Hello, that code doesn't do what I want, what I want is for all the methods to be called once and then I put it in set, and then the method won't be printed again, so that I can eliminate the method that keeps being called in the game until I click, so that I can easily find the method that I want

vfsfitvnm commented 1 year ago

That's not implemented yet, but I will do that soon-ish!

qiaozhi-4 commented 1 year ago

这还没有实施,但我会尽快做到这一点!

非常期待!!

qiaozhi-4 commented 1 year ago

这还没有实施,但我会尽快做到这一点! I also have the idea that when I know what a method does, I want to know who called it,