Commit Graph

14 Commits

Author SHA1 Message Date
Ryan Welton
6a2fa27e26 Merge pull request #7 from theSmallNothing/master
Add support for conscrypt TrustManagerImpl
2015-05-29 09:30:12 -04:00
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
Ryan Welton
5d4dc22616 Update apk 2015-04-15 12:05:50 -04: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
Ryan Welton
d31bc8d0bd Merge pull request #2 from 0xroot/master
Added support for Google Chrome & WebViews
2014-10-02 11:16:21 -04:00
Sebastián Guerrero
58f3e9db87 Added support for Google Chrome & WebViews 2014-10-02 10:25:50 +02:00
Ryan Welton
79da78d22a Create Readme.md
Update Readme.md

Update Readme.md

Update Readme.md

Update Readme.md

Update Readme.md
2014-07-24 20:17:50 -04:00
Ryan Welton
fb0ce48df2 Add binary build 2014-07-24 19:51:15 -04: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
c98fa25cf7 Put xposed metadata under the correct child element 2014-07-24 16:02:04 -04:00
Ryan Welton
20a194dd78 Initial commit 2014-07-24 15:56:51 -04:00