一些經常使用記錄記錄

Android Adb

# download win adb
# https://dl.google.com/android/repository/platform-tools-latest-windows.zip
# [-s <serialNumber>]
adb devices
adb pull <remote> <local>
adb push <remote> <local>
adb shell <command> 
adb install <path-to-apk>
adb version
adb kill-server
adb start-server
adb root start-server
adb root
adb remount
adb shell stop
adb shell start
adb reboot
adb shutdown

Ida Android Db

adb root start-server
adb push android_server64 /data/local/tmp/

adb shell
cd 
chmod 755 /data/local/tmp/android_server64
/data/local/tmp/android_server64

adb forward tcp:23946 tcp:23946   #other window

ida -> Debugger -> Remote ArmLinux/Android debbuger
相關文章
相關標籤/搜索