Browse Source

鬼灭

tags/v7.5
枫谷剑仙 5 years ago
parent
commit
7a0083d5fc
3 changed files with 1 additions and 1 deletions
  1. BIN
      images/cards_ja/CARDS_066.PNG
  2. BIN
      images/cards_ja/CARDS_067.PNG
  3. +1
    -1
      monsters-info/README.md

BIN
images/cards_ja/CARDS_066.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 424 kB Width: 1024  |  Height: 1024  |  Size: 817 kB

BIN
images/cards_ja/CARDS_067.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 207 kB Width: 1024  |  Height: 1024  |  Size: 229 kB

+ 1
- 1
monsters-info/README.md View File

@@ -14,7 +14,7 @@ The current acquisition API is
目前夜神安卓5无法运行智龙迷城,需要使用安卓7,但是安卓7无法信任用户证书,所以需要把证书添加到安卓系统储存区。 目前夜神安卓5无法运行智龙迷城,需要使用安卓7,但是安卓7无法信任用户证书,所以需要把证书添加到安卓系统储存区。
参考 https://www.jianshu.com/p/035f7d7a0f7e 参考 https://www.jianshu.com/p/035f7d7a0f7e
1. 将 Fidder 证书导出成文件,在电脑上找一个 openssl.exe 程序 1. 将 Fidder 证书导出成文件,在电脑上找一个 openssl.exe 程序
1. 执行`openssl x509 -inform DER -in cacert.der -out cacert.pem`将证书转换为pem格式
1. 执行`openssl x509 -inform DER -in cacert.cer -out cacert.pem`将证书转换为pem格式
1. 执行`openssl x509 -inform PEM -subject_hash_old -in cacert.pem`获取证书的hash(第一行) 1. 执行`openssl x509 -inform PEM -subject_hash_old -in cacert.pem`获取证书的hash(第一行)
1. 将证书重命名为`[hash].0` 1. 将证书重命名为`[hash].0`
1. 将证书复制到`/system/etc/security/cacerts/`,并修改为 644 权限 1. 将证书复制到`/system/etc/security/cacerts/`,并修改为 644 权限


Loading…
Cancel
Save