Check out my first novel, midnight's simulacra!

DBus

From dankwiki
Revision as of 08:38, 26 June 2020 by Dank (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • D-Feet is a good visualization/exploration tool for DBus, as is busctl.

Enumeration

  • System bus: dbus-send --system --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames
  • Session bus: dbus-send --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames