기반 지식/Android
11. 녹스(Nox)에서 앱 SSL 자격증명 설치
real-again
2024. 12. 21. 09:00
OpenSSL 설치 : https://github.com/openssl/openssl
GitHub - openssl/openssl: TLS/SSL and crypto library
TLS/SSL and crypto library. Contribute to openssl/openssl development by creating an account on GitHub.
github.com
openssl x509 -inform DER -in burp.der -out burp.pem
openssl x509 -inform PEM -subject_hash_old -in burp.pem
nox_adb root
nox_adb remount
nox_adb push 9a5ba575.0 /system/etc/security/cacerts/
nox_adb shell
chmod 644 /system/etc/security/cacerts/9a5ba575.0