Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/Logos-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ Example:
/* body */
}
```
```objc
%hookf(return type, functionName,
arguments list,
...) {
/* body */
}
```

Generate a function hook for the function named `functionName`.
Set `functionName` in `%init` to an expression if the symbol should be dynamically looked up.
Expand Down