frida / frida-tools

Frida CLI tools
Other
338 stars 95 forks source link

frida-trace on case insensitive filesystem (Mac OS) #153

Open sage444 opened 5 months ago

sage444 commented 5 months ago

Hey

I'm tracing obfuscated android apk and there is a common situation for classes to have methods with one latter name eg: a, b, c, A, B, C.
I wasted a lot of time figuring out what is going on and why my handlers are called with unexpected objects. Also I doubt that I'm only one with this issue, do you have a solution ?