reFlutter icon indicating copy to clipboard operation
reFlutter copied to clipboard

Don't strip symbols

Open 1mansh0w opened this issue 2 years ago • 1 comments

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!

1mansh0w avatar Apr 07 '22 20:04 1mansh0w

Hi @1mansh0w , thanks for your interest in the project! Could you write what version of the engine you want to get. Is there any official documentation about what you are talking about? Will the resulting engine be compatible with the isolate?

Impact-I avatar Apr 07 '22 20:04 Impact-I