-
Notifications
You must be signed in to change notification settings - Fork 187
Don't strip symbols #76
Copy link
Copy link
Open
Description
First of all: Great project, thank you very much! ❤️
I'm using Frida to hook some functions in libflutter.so. In productive Flutter-based Android apps the symbols are missing, so you have to manually find the functions you want to hook in Ghidra. I was hoping that reflutter would not strip libflutter.so, but I just noticed that the symbols are also missing.
Since you compile it, you should be able to control the stripping. Could you disable it? This would make reverse-engineering a lot easier and I don't see any disadvantages.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels