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