Android Debug Bridge: Difference between revisions

Content deleted Content added
m De-link common terms (by script) per MOS:OVERLINK
Tag: Reverted
Line 15:
| caption = Starting the adb server in [[GNOME Terminal]], which then [[Network enumeration|enumerates]] the devices. After that, a [[Unix shell|shell]] is opened on the device being debugged to run the [[uname]] command.
| other_names =
| author = [[Google]]
| developer =
| released = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
Line 46:
}}
 
The '''Android Debug Bridge''' (commonly abbreviated as '''adb''') is a [[programming tool]] used for the [[debugging]] of [[Android (operating system)|Android]]-based devices. The [[Daemon (computing)|daemon]] on the Android device connects with the server on the host PC over [[USB]] or [[Transmission Control Protocol|TCP]], which connects to the client that is used by the end-user over TCP. Made available as [[open-source software]] under the [[Apache License]] by [[Google]] since 2007, features include a shell and the possibility to make backups. The adb software is compatible with [[Microsoft Windows|Windows]], [[Linux]] and [[macOS]]. It has been misused by [[botnet]]s and other [[malware]], for which mitigations were developed such as [[RSA (cryptosystem)|RSA]] authentication and device [[whitelisting]].
 
== Features ==