MCPcopy Index your code
hub / github.com/cSploit/android / run

Method run

cSploit/src/org/csploit/android/tools/Raw.java:50–52  ·  view source on GitHub ↗
(String cmd, RawReceiver receiver)

Source from the content-addressed store, hash-verified

48 }
49
50 public int run(String cmd, RawReceiver receiver) throws InterruptedException, ChildManager.ChildDiedException, ChildManager.ChildNotStartedException {
51 return super.run(cmd, receiver);
52 }
53
54 @Override
55 public int run(String cmd) throws InterruptedException, ChildManager.ChildDiedException, ChildManager.ChildNotStartedException {

Callers 4

trafficRedirectMethod · 0.45
undoTrafficRedirectMethod · 0.45
portRedirectMethod · 0.45
undoPortRedirectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected