jitcor / frida-ios-cipher

Intercept all cryptography-related functions on iOS with Frida Api.
MIT License
199 stars 46 forks source link

Request for asymmetric encryption hooking #5

Open witsarut-icl opened 1 week ago

witsarut-icl commented 1 week ago

I discovered the official implementation of asymmetric encryption (RSA) at https://github.com/apple-oss-distributions/CommonCrypto/blob/main/lib/CommonRSACryptor.c. Is it possible to provide support for this?