sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.17k stars 825 forks source link

[bug] android hooking dumped information printed in the concurrent scenario is confusing #632

Open p1v07 opened 10 months ago

p1v07 commented 10 months ago

Describe the bug android hooking dumped information printed in the concurrent scenario is confusing.

To Reproduce Steps to reproduce the behavior:

  1. Run command android hooking watch class_method okhttp3.internal.connection.RealCall.execute --dump-args --dump-backtrace --dump-return
  2. the dumped infomation is inconsistent

Similar issues

Expected behavior args backtrace and return should be consistent.

Evidence / Logs / Screenshots

The second backtrace should be associated with the first Return value

image

Environment (please complete the following information):

Application

any android app using okhttp

Additional context Add any other context about the problem here.