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

Method getTools

cSploit/src/org/csploit/android/core/System.java:847–853  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

845 }
846
847 public synchronized static ToolBox getTools() {
848 if(mTools == null) {
849 mTools = new ToolBox();
850 mTools.reload();
851 }
852 return mTools;
853 }
854
855 public static RPCClient getMsfRpc() {
856 return mMsfRpc;

Callers 15

measureMsfSizeMethod · 0.95
onReceiveMethod · 0.95
scanMethod · 0.95
inspectMethod · 0.95
rootMethod · 0.95
updateFuseBindsMethod · 0.95
remountMethod · 0.95
restoreMountpointMethod · 0.95
notifyNativeErrorMethod · 0.95
reloadToolsMethod · 0.95
setForwardingMethod · 0.95
wipeMethod · 0.95

Calls 1

reloadMethod · 0.80

Tested by

no test coverage detected