frida_linux_dbus_intercept
Intercept D-Bus method calls and messages on Linux processes. Hooks libdbus-1 and GIO to capture destination, interface, method, and object path.
Instructions
[Linux] Intercept D-Bus method calls and messages.
Hooks dbus_message_new_method_call, dbus_connection_send (libdbus-1), and g_dbus_connection_call (GIO). Captures destination, interface, method, and object path.
target: process name or pid (string).
duration_seconds: how long to capture (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| duration_seconds | No |