有没有一种方法可以使用预先建造的铬Asan二进制物访问Google服务?
我正在尝试调查铬的UAF。 UAF步骤需要访问Google服务(同步,密码同步等)。无论如何,可以启用Google Services用于预先建造的Asan Chromium Binaries?
eg
谢谢。
I am trying to investigate a UAF in Chromium. The UAF steps require accessing google services (sync, password sync, etc..). Anyway to enable google services for pre-built asan chromium binaries?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在2022年3月15日之后,Google有限地访问Chromium上的Google Services。在此处找到启用同步的解决方案:stackoverflow.com/a/67459416/19243542。我使用命令行开关启动Chromium,并能够登录Goolge Sync,等等。
After March 15th 2022, Google limited access to Google services on Chromium. Solution to enabling sync was found here: stackoverflow.com/a/67459416/19243542. I launch Chromium with the command line switches and was able to log into Goolge sync, etc... solved.