Closed carrypink closed 5 years ago
看起来不像是框架的问题。
我也不知道什么情况,之前在VirtualXposed上用这个模块是可以的 而且我刚试了另一个sslunpinning模块,这个之前VXP是可以的,在EDXP也不行,但是这个模块本身没有日志
为什么不换一种思路,把用户证书提升为系统证书,只需要ROOT权限,啥问题都解决了而且还没有各种BUG。
1、安装证书,如 fiddler 2、把 /data/misc/user/0/cacerts-added/ 下的证书移动到 /system/etc/security/cacerts/ 目录 3、删除 /data/misc/user/0/cacerts-added/ 下的证书 4、重启手机
我也遇到了同样的情况,手机型号是:Mi9 se... 话说..这个bug都2个月了...没有大神跟进解决吗..
This can be solved by editing the module:
Clone JustTrustMe (the release APK is ancient anyway)
Update the gradle files and target SDK as necessary to get it to compile
Add the following as a dependency:
implementation 'org.apache.httpcomponents:httpclient:4.5.6'
And the following packagingOptions:
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/license.txt'
exclude 'META-INF/NOTICE'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/notice.txt'
exclude 'META-INF/ASL2.0'
}
Build and install
The module will now work.
why close without any suggestion or solution?
Because there is a solution, it's one post above your comment 🙄
This can be solved by editing the module: Clone JustTrustMe (the release APK is ancient anyway) Update the gradle files and target SDK as necessary to get it to compile Add the following as a dependency:
implementation 'org.apache.httpcomponents:httpclient:4.5.6'
And the following packagingOptions:packagingOptions { exclude 'META-INF/DEPENDENCIES' exclude 'META-INF/LICENSE' exclude 'META-INF/LICENSE.txt' exclude 'META-INF/license.txt' exclude 'META-INF/NOTICE' exclude 'META-INF/NOTICE.txt' exclude 'META-INF/notice.txt' exclude 'META-INF/ASL2.0' }
Build and install
The module will now work.
Does it still work for you now? I build the moudle follow the way,but it still not work(Android 9 Edxposed90)
我也遇到了同样的情况,手机型号是:Mi9 se... 话说..这个bug都2个月了...没有大神跟进解决吗..
你有解决方案了吗
This module too old, pls use Move Cert. Magisk module
This module too old, pls use Move Cert. Magisk module
Move Cert, to my knowledge anyway, does not disable cert pinning. Only an Xposed module or smali modding of an app can do that
This module too old, pls use Move Cert. Magisk module
Move Cert, to my knowledge anyway, does not disable cert pinning. Only an Xposed module or smali modding of an app can do that
well, this module is too old to be missing a lot
Use this module, https://github.com/ViRb3/TrustMeAlready
什么情况/What happened?
模块无效
Xposed模块列表/Xposed Module List
https://github.com/Fuzion24/JustTrustMe
Magisk模块列表/Magisk Module List
EdXposed及Riru版本/Versions of EdXposed and Riru
EdXposed:2.2.4
Riru:0.3.1.7
相关Logcat/Logcat