frida / frida-tools

Frida CLI tools
Other
338 stars 95 forks source link

Fix folders/files name generation inside __handlers__ #136

Closed diaul closed 1 year ago

diaul commented 1 year ago

If you use frida-trace. on native functions inside specific Android application shared objects, the files and folders inside handlers, are created with the wrong names. This patch fix this issue.

oleavr commented 1 year ago

Thanks! 🙌