Update adb/README.md
This commit is contained in:
@@ -8,7 +8,29 @@
|
|||||||
`%LOCALAPPDATA%\Android\sdk\platform-tools`
|
`%LOCALAPPDATA%\Android\sdk\platform-tools`
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
>adb devices
|
adb devices
|
||||||
List of devices attached
|
List of devices attached
|
||||||
R3CW70RGJMW device
|
R3CW70RGJMW device
|
||||||
|
|
||||||
|
adb forward tcp:8080 tcp:8080
|
||||||
|
|
||||||
|
pkg update && pkg upgrade -y
|
||||||
|
|
||||||
|
# netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=8080 connectaddress=127.0.0.1 connectport=8080
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# proot
|
||||||
|
```shell
|
||||||
|
proot-distro list
|
||||||
|
proot-distro install debian
|
||||||
|
proot-distro login debian
|
||||||
|
|
||||||
|
apt updtate
|
||||||
|
apt install -y mitmdump
|
||||||
|
|
||||||
|
mitmdump -q
|
||||||
|
|
||||||
|
curl -x localhost:8080 ip.yauk.tv
|
||||||
|
```
|
||||||
|
|
||||||
|
https://m.blog.naver.com/wonjinho81/222597996987
|
||||||
Reference in New Issue
Block a user