chromium/ios/third_party/fishhook/README.chromium

Name: fishhook
Short Name: fishhook
URL: https://github.com/facebook/fishhook
Version: 0.2
Revision: 8ef82f0711494ecc78d16bf6ce76f5ad92e5f67b
License: BSD
License File: LICENSE
Security Critical: no
Shipped: no

Description:
Fishhook is a library that enables dynamically rebinding symbols in Mach-O
binaries running on iOS.

Local Modifications:
2021.06.09: https://github.com/facebook/fishhook/pull/84/files:  If hooking in
__DATA_CONST or __AUTH_CONST, promise writable before trying to write.

2021.08.18: Unlock mutex on early return, and include better error logging.