Closed schrnz closed 5 years ago
We are more than happy to share knowledge among the world!
First of all, I suppose you succeed to download and run the android Frida server on the smartphone as root.
Then, you have to be sure that the version you downloaded for the server is the same as the one you use as the python client. At that time, we used frida version 10.5 and 10.6.
Let me know if something changes.
Using frida gum, core and server version 10.6.61 worked for me, thanks.
I would suggest adding this to the README for future reference since frida-server is not packages with chizpurfle and (at least for me) the most recent version does not work with your shipped gum and core versions
Perfect! I'll add it right now.
Hi, thanks for open sourcing your work! I wanted to play around with it a bit but stumbled during the setup:
After successfully completing the setup steps before, I end up with an exception when invoking the python script for generating the service2pid map:
I tried multiple frida server versions: 12.6.5, 12.6.4, and 11.0.13 to also check an earlier major release, but the error did not change.
Could you provide me with the concrete frida version you are using for your setup? If this solves the problem, adding this to the README.md would be great =) If not, we might need to dig deeper.