Skip to content

Commit 0f49c12

Browse files
committed
docs correction
1 parent 14a3e5a commit 0f49c12

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

docs/Hooking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
tinyhook 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
3131
Backup the hook to remove it later
3232

0 commit comments

Comments
 (0)