microADB
microADB copied to clipboard
adb: Add adb reverse command support for tcp sockets
This commit implements support for the following features:
-
Reverse a socket connection: adb reverse tcp:<remote_port> tcp:<local_port>
-
List all reverse socket connections: adb reverse --list
-
Remove the specified reverse socket connection: adb reverse --remove <remote_port>
-
Remove all reverse socket connections adb reverse --remove-all