Bypass ssl pinning with zygisk.
- arm64-v8a
- armeabi-v7a [TODO]
- x86 [TODO]
- x86_64 [TODO]
- Enable zygisk in magisk or ZygiskNext (KernelSU)
- Flash the module
- Reboot
- Rename the file
config.json.example
toconfig.json
in the path/data/local/tmp/zyg.ssl
- Replace
com.target.package
to your package name - Launch your app (if the configuration is not updated, relaunch again)
- check
adb logcat | grep -i ZygiskSSL
to see if an error is logged
{
"targets": [
{
"pkg_name" : "com.target.package",
"enable": true,
"start_safe": true,
"start_delay": 1000
}
]
}
Identifier of the application.
If set to false, then this module will ignore this configuration.
If set to true, then this module wait for process initialization to complete.
Delay in milliseconds.