**friTap - Release Notes**
**What's New**
- **Improved Hooking for `ssl_log_secret()`**
- 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.