Skip to content

Instantly share code, notes, and snippets.

@thinhbuzz
Created June 22, 2023 15:52
Show Gist options
  • Save thinhbuzz/33264d9048a9c989541a0df910518f16 to your computer and use it in GitHub Desktop.
Save thinhbuzz/33264d9048a9c989541a0df910518f16 to your computer and use it in GitHub Desktop.
Java.perform(function () {
const array_list = Java.use('java.util.ArrayList');
const ApiClient = Java.use('com.android.org.conscrypt.TrustManagerImpl');
ApiClient.checkTrustedRecursive.implementation = function () {
return array_list.$new();
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment