File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# tinyhook
22
3- > A minimalist hook framework for macOS/iOS, built for speed and size
3+ A minimalist hook framework for macOS/iOS, built for speed and size
4+
5+ > Note that inline hooking/inserting only works on ** jailbroken iOS devices**
46
57## Features
68
Original file line number Diff line number Diff line change 22
33tinyhook implemented simple inline hooking and symbol interposing functions, supporting both ` arm64 ` and ` x86_64 ` architecture
44
5- Note that inline hooking/inserting only works on ** jailed iOS devices**
5+ Note that inline hooking/inserting only works on ** jailbroken iOS devices** , because it requires virtual memory write access
66
77## tiny_hook
88
@@ -26,7 +26,7 @@ Return `0` on success
2626
2727`origin` can be `NULL` if you don't need to call the original function
2828
29- ## tiny_ (un)hook_ex
29+ ## tiny\_ (un)hook_ex
3030
3131Backup the hook to remove it later
3232
You can’t perform that action at this time.
0 commit comments