Skip to content

Don't strip symbols #76

Open
1mansh0w opened this issue Apr 7, 2022 · 1 comment
Open

Don't strip symbols #76

1mansh0w opened this issue Apr 7, 2022 · 1 comment

Comments

@1mansh0w
Copy link

1mansh0w commented Apr 7, 2022

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!

@Impact-I
Copy link
Contributor

Impact-I commented Apr 7, 2022

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants