4

I want to collect all requests to Binder, which makes an arbitrary Android application running on a real device with root permissions. To be more accurate, I want to write a program that could log all the interprocess interactions of an arbitrary target application.

How can i do it without jtrace? Are there any open source utilities or frameworks for this task?

Onik
  • 19,396
  • 14
  • 68
  • 91
  • If you can install a custom kernel, this may be helpful: https://stackoverflow.com/a/25392864/2384186. – Paul Ratazzi Oct 25 '17 at 03:04
  • Thank you for your answer! Unfortunately, I can't install custom kernel and also i can't install drivers. It has to be an application. Like jtrace. – A. Zhabolenko Oct 25 '17 at 13:00
  • [This answer](https://stackoverflow.com/a/44399539/3290339) might be helpful. – Onik Mar 22 '18 at 20:31

0 Answers0