MCPcopy
hub / github.com/firerpa/lamda / adb_tcp

Function adb_tcp

tools/startmitm.py:84–87  ·  view source on GitHub ↗
(action, aport, bport)

Source from the content-addressed store, hash-verified

82
83
84def adb_tcp(action, aport, bport):
85 p = adb(action, "tcp:{}".format(aport),
86 "tcp:{}".format(bport))
87 return p
88
89
90def reverse(aport, bport):

Callers 2

reverseFunction · 0.85
forwardFunction · 0.85

Calls 2

adbFunction · 0.85
formatMethod · 0.80

Tested by

no test coverage detected