Commit Graph

8 Commits

Author SHA1 Message Date
theSmallNothing
5b20e97552 Add support for conscrypt TrustManagerImpl
A lot of apps seem to be using the conscrypt TrustManagerImpl now,
including Google Chrome. This patch detects TrustManagerImpl instances
and hooks it's checkServerTrusted method.
2015-05-29 12:23:53 +01:00
Jake Valletta
6182c38dbe Gradle update for Android Studio, bug fixes 2014-12-16 22:47:04 -05:00
Jake Valletta
7ae8dca069 Bug fixes and and updates
The XposedBridgeApi.jar library has been updated to utilize new
functionality.  The commit for the WebView checks was not
implemented correctly, and resulted in exceptions when attempting
to hook any application.  The code was also missing functionality
to disable all validation for the Apache libraries.
2014-12-15 14:04:44 -05:00
Sebastián Guerrero
58f3e9db87 Added support for Google Chrome & WebViews 2014-10-02 10:25:50 +02:00
Ryan Welton
ed9dcf4738 Take a more simplistic approach 2014-07-24 19:49:20 -04:00
Ryan Welton
b282268d45 Compile against, but don't include xposed + rework method hooks 2014-07-24 19:47:28 -04:00
Ryan Welton
6cbc40509a Subclass method replacement hook in order to keep a handle to the orignal method 2014-07-24 16:02:41 -04:00
Ryan Welton
20a194dd78 Initial commit 2014-07-24 15:56:51 -04:00