Skip to content

friTap 1.3.0.1

Latest
Compare
Choose a tag to compare
@monkeywave monkeywave released this 17 Feb 09:56

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.