mirror of
https://github.com/Fuzion24/JustTrustMe.git
synced 2026-03-24 06:39:45 +08:00
Compare commits
2 Commits
v.2
...
flag_switc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4c32204b2 | ||
|
|
175cf43dd2 |
@@ -8,6 +8,7 @@ import java.io.IOException;
|
||||
import java.net.Socket;
|
||||
import java.net.UnknownHostException;
|
||||
import java.util.ArrayList;
|
||||
import java.io.File;
|
||||
|
||||
import java.security.SecureRandom;
|
||||
import java.security.KeyStore;
|
||||
@@ -52,6 +53,9 @@ import static de.robv.android.xposed.XposedHelpers.findClass;
|
||||
public class Main implements IXposedHookLoadPackage {
|
||||
|
||||
public void handleLoadPackage(final LoadPackageParam lpparam) throws Throwable {
|
||||
if(!new File("/data/logging/fuckssl").exists()) {
|
||||
return;
|
||||
}
|
||||
/* Apache Hooks */
|
||||
/* external/apache-http/src/org/apache/http/impl/client/DefaultHttpClient.java */
|
||||
/* public DefaultHttpClient() */
|
||||
|
||||
Reference in New Issue
Block a user