一些常用记录记录

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 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

猜你喜欢

转载自www.cnblogs.com/fr5s/p/9975346.html
今日推荐