Skip to content

Commit 6d652ee

Browse files
committed
nit: remove Spinlock panic notice
1 parent 6e6a5d6 commit 6d652ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hookf.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ __attribute__((constructor)) static void initialize() {
4040
}
4141
```
4242
43-
## Danger
44-
Due to the previously mentioned [Spinlock panics](https://github.com/opa334/Dopamine/issues/274#issuecomment-1821038203) on iOS 15 arm64e devices, `%hookf`/`MSHookFunction` should be used with caution. When possible, look into alternative methods of achieving your esired goal in order for a better user experience for users on iOS 15 arm64e devices.
45-
4643
For further information about `%hookf`, please go [here](https://theos.dev/docs/logos-syntax).
4744
4845
[Previous Page (Old ABI)](./oldabi.md)

0 commit comments

Comments
 (0)