Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
fishhook.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
fishhook.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa

README.chromium

Name: fishhook
Short Name: fishhook
URL: https://github.com/facebook/fishhook
Version: 0.2
Revision: 8ef82f0711494ecc78d16bf6ce76f5ad92e5f67b
License: BSD
License File: NOT_SHIPPED
Security Critical: 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.