JingMatrix / ChromeXt

UserScript and DevTools supports for Chromium based and WebView based browsers

Home Page:https://jingmatrix.github.io/ChromeXt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSPatched Chromium based browsers cannot login Google Account

mingCONG1 opened this issue · comments

我用LSPatch嵌入了模块打开谷歌浏览器后登陆不了账号是什么原因呢

我以前有注意到这个现象,但是没有成功绕过这一限制。
它应该是谷歌的安全验证机制,大概原理是验证了应用签名吧。因为这部分代码是不开源的,所以目前我也没有办法。

The error log is

GoogleApiManager: java.lang.SecurityException: GoogleCertificatesRslt: not allowed: pkg=...

It source code might be this one
https://github.com/jaredrummler/snet-decompiled/blob/master/decompiled/com/google/android/gms/common/internal/IGmsServiceBroker.java#L418

It is not easy to bypass GoogleSignatureVerifier of SafeNet.
Also, it might cause some secutity concern of the browser or incur blames from Google.

Hence, I will simply leave this problem as won't fix.