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 +
+
+
+
Android Debug Bridge (ADB) client implementation in pure Rust !
+ + 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