Skip to content

Instantly share code, notes, and snippets.

View AshenOneYe's full-sized avatar

大A AshenOneYe

View GitHub Profile
@AshenOneYe
AshenOneYe / OVERVIEW.TXT
Created January 10, 2022 08:15 — forked from hfutxqd/OVERVIEW.TXT
adb protocol
Implementation notes regarding ADB.
I. General Overview:
The Android Debug Bridge (ADB) is used to:
- keep track of all Android devices and emulators instances
connected to or running on a given host developer machine
- implement various control commands (e.g. "adb shell", "adb pull", etc.)