一些常用记录记录

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
posted @ 2018-11-17 19:59  fr5s  阅读(144)  评论(0编辑  收藏  举报