You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pattern-based hooking fails, we now fallback to symbol-based hooking to install hooks dynamically. (Currently implemented on Android only.)
Custom Patterns for ssl_log_secret()
Users can now provide their own pattern for hooking the ssl_log_secret() function, allowing extraction of TLS secrets and the client_random more flexibly. (Currently implemented on Android only.)
Bug Fixes & Improvements
Various minor bug fixes across different components to enhance stability and performance.