- Android Security Cookbook
- Keith Makan Scott Alexander Bown
- 143字
- 2021-07-21 17:53:03
Copying files off/onto an AVD
In your upcoming adventures with the Android platform, you may want to at some point copy things off your Android devices, whether they are emulators or not. Copying files is pretty simple. All you need is the following:
- A connected device you'd like to have
- A file you'd like to copy off/on
- A place you'd like to put this file in
How to do it...
To access files on your Android device using the ADB, you need to do the following:
- It's actually pretty simple to do this. You'll need to fire off the following command from your command-line interface:
adb {options} pull [path to copy from] [local path to copy to]
- To copy files onto an AVD, you can use the following command:
adb {options} push [local path to copy from] [path to copy to on avd]
推薦閱讀
- CTF實戰(zhàn):技術、解題與進階
- Metasploit Penetration Testing Cookbook(Third Edition)
- Python Penetration Testing Cookbook
- 計算機網絡安全基礎(第5版)
- 信息安全案例教程:技術與應用(第2版)
- 數據安全領域指南
- 信息技術基礎:提高篇·實驗與習題
- 博弈論與數據安全
- Bug Bounty Hunting Essentials
- 華為Anti-DDoS技術漫談
- Learn Azure Sentinel
- 信息系統(tǒng)安全等級化保護原理與實踐
- 網絡空間安全實戰(zhàn)基礎
- 社會工程:防范釣魚欺詐(卷3)
- ATT&CK與威脅獵殺實戰(zhàn)