diff --git a/README.md b/README.md index 994b3b9..e06f65e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,18 @@ -# Rust adb_client - -[![Latest version](https://img.shields.io/crates/v/adb_client.svg)](https://crates.io/crates/adb_client) -[![dependency status](https://deps.rs/repo/github/cocool97/adb_client/status.svg)](https://deps.rs/repo/github/cocool97/adb_client) - -**A**ndroid **D**ebug **B**ridge (ADB) client implementation in pure Rust ! +

+ +

+ +

+

Android Debug Bridge (ADB) client implementation in pure Rust !

+

+ + crates.io + + + dependency status + +

+

Main features : @@ -28,4 +37,8 @@ Improved documentation [here](./adb_cli/README.md). - USB protocol (Work in progress) +## Related publications + +- [Diving into ADB protocol internals (1/2)](https://www.synacktiv.com/publications/diving-into-adb-protocol-internals-12) + All pull requests are welcome ! diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..523199e Binary files /dev/null and b/assets/logo.png differ