README.chromium 566 B

123456789101112131415161718
  1. Name: fishhook
  2. Short Name: fishhook
  3. URL: https://github.com/facebook/fishhook
  4. Version: 0.2
  5. Revision: 8ef82f0711494ecc78d16bf6ce76f5ad92e5f67b
  6. License: BSD
  7. License File: NOT_SHIPPED
  8. Security Critical: no
  9. Description:
  10. Fishhook is a library that enables dynamically rebinding symbols in Mach-O
  11. binaries running on iOS.
  12. Local Modifications:
  13. 2021.06.09: https://github.com/facebook/fishhook/pull/84/files: If hooking in
  14. __DATA_CONST or __AUTH_CONST, promise writable before trying to write.
  15. 2021.08.18: Unlock mutex on early return, and include better error logging.