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