Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. aadc161 Merge pull request #87 from haolianfu/perfect_fix_crash_on_iOS15 by Teddy Ditchek · 4 years ago main
  2. 31e5182 Moved the vm protection modifying codes inside the condition to reduce the changing scope. by haolianfu · 4 years, 3 months ago
  3. 6da9db8 Fixed the crash on iOS 15 perfectly: changing vm prot according to whether having VM_PROT_WRITE rather than being const seg. by haolianfu · 4 years, 4 months ago
  4. 8ef82f0 Merge pull request #72 from xurunkang/master by Scott Wolchok · 5 years ago
  5. 49e91e7 Replace __DATA_CONST with SEG_DATA_CONST by xurunkang · 6 years ago
  6. 66315a9 Merge pull request #66 from swolchok/master by Jérémie Marguerie · 6 years ago
  7. 4eeb18c Properly restore protections for iOS 13 by Scott Wolchok · 6 years ago
  8. b337892 Merge pull request #65 from swolchok/master by Jérémie Marguerie · 6 years ago
  9. cf847c2 If hooking in __DATA_CONST, make writable before trying to write by Scott Wolchok · 6 years ago
  10. 80fe593 OSS Automated Fix: Addition of Contributing (#58) by Facebook Community Bot · 7 years ago
  11. a923664 OSS Automated Fix: Addition of Code of Conduct (#59) by Facebook Community Bot · 7 years ago
  12. 6058a29 Merge pull request #52 from facebook/fix_nullptr_dereference by Jérémie Marguerie · 7 years ago
  13. a3d2d55 Prevent nullptr derefence on failed allocation by Jeremie Marguerie · 7 years ago
  14. a3698d7 Merge pull request #50 from facebook/iniline_strlen by Jérémie Marguerie · 8 years ago
  15. 81be84f Merge pull request #51 from facebook/include_vs_import by Jérémie Marguerie · 8 years ago
  16. d6e7bd4 Replace #import with #include to compile on VisualStudio by Jeremie Marguerie · 8 years ago
  17. 587c2a6 Save 2ms at app startup by inlining strlen (from @swolchok) by Jeremie Marguerie · 8 years ago
  18. 06cfb58 fix memory leak in rebind_symbols_image (#49) by rosen0510 · 8 years ago
  19. 90e9f26 Merge pull request #39 from FeralInteractive/master by Dave Lee · 8 years ago
  20. b778871 Add explicit casts from void*. by Dair Grant · 9 years ago
  21. 27dd826 Make fishhook symbols hidden by default (#29) by Dave Lee · 9 years ago
  22. 3958ea3 Move symol length check out of rebinding loop (#27) by Dave Lee · 9 years ago
  23. bf38895 Improve performance of perform_rebinding_with_section by Oliver Clark Rickard · 9 years ago
  24. d172d52 fishhook v0.2 by Grant Paul · 10 years ago 0.2
  25. 8dbd09b Merge pull request #18 from uroboro/master by Grant Paul · 10 years ago
  26. 80e1212 Save previous pointer automatically by uroboro · 10 years ago
  27. 218b6af Update podspec, version 0.1. by Grant Paul · 10 years ago
  28. a65dbb1 Merge branch 'tirodkar-fishhook-podspec-update' by Grant Paul · 10 years ago
  29. 5eec175 Add a Podspec to fishhook by Aditya Atul Tirodkar · 10 years ago
  30. d91a79a Merge pull request #15 from ShonFrazier/master by Grant Paul · 10 years ago
  31. e2f7cbc make struct rebinding.name a const char * by Shon Frazier · 10 years ago
  32. 9086d2f Merge pull request #12 from mringwal/master by Grant Paul · 10 years ago
  33. 8327b28 Also rebind symbols in __DATA_CONST segment by Matthias Ringwald · 10 years ago
  34. ae2bc09 Rebind in all relevant segments, not just the last ones found. Fixes __got rebinds. by Grant Paul · 10 years ago
  35. 4c691f9 When calling from C++... by Shon Frazier · 11 years ago
  36. 3546526 Add an include guard for the header by Saleem Abdulrasool · 11 years ago
  37. 141b64c Add missing include by Saleem Abdulrasool · 11 years ago
  38. c13a614 Correct #import abuse by Saleem Abdulrasool · 11 years ago
  39. 07a2c3e Add support for rebindings only within a specific image. by Grant Paul · 11 years ago
  40. 823e2eb Add support for 64-bit binaries/libraries by Zach Rait · 12 years ago
  41. becd6c4 Initial commit by Zach Rait · 12 years ago