MCPcopy
hub / github.com/Fuzion24/JustTrustMe / afterHookedMethod

Method afterHookedMethod

app/src/main/java/just/trust/me/Main.java:81–86  ·  view source on GitHub ↗
(MethodHookParam param)

Source from the content-addressed store, hash-verified

79 Log.d(TAG, "Hooking DefaultHTTPClient for: " + currentPackageName);
80 findAndHookConstructor(DefaultHttpClient.class, new XC_MethodHook() {
81 @Override
82 protected void afterHookedMethod(MethodHookParam param) throws Throwable {
83
84 setObjectField(param.thisObject, "defaultParams", null);
85 setObjectField(param.thisObject, "connManager", getSCCM());
86 }
87 });
88
89 /* external/apache-http/src/org/apache/http/impl/client/DefaultHttpClient.java */

Callers

nothing calls this directly

Calls 7

getSCCMMethod · 0.95
getCCMMethod · 0.95
getTrustManagerMethod · 0.95
hasTrustManagerImplMethod · 0.95
processOkHttpMethod · 0.95
processXutilsMethod · 0.95

Tested by

no test coverage detected