PiRogueToolSuite / pirogue-cli

CLI interface to control the PiRogue
https://pts-project.org/
GNU General Public License v3.0
6 stars 2 forks source link

Hook conscrypt SSL library #9

Closed LVerneyPEReN closed 1 year ago

LVerneyPEReN commented 1 year ago

Hi,

Google Mobile Services are shipping an up to date version of the libssl which is embedded into libconscrypt_gms.so and used preferentially over the libssl.so from the system when using the Security Provider from GMS (https://developer.android.com/training/articles/security-gms-provider).

Therefore, PiRogue should not only hook the symbols from libssl.so but also from this alterrnative library.

U039b commented 1 year ago

Wow, what an amazing PR! Thank you very much. I will test and merge asap.