1
0
Files
BSc-Thesis/doc/intercept.md
2025-01-09 09:42:02 +01:00

8 lines
290 B
Markdown

# Interception Protocol
* `ok` - Do not modify the function call
* `modify ARGS...` - Modify the arguments of the function call
* `return VALUE` - Return the given value without calling the real function
* `fail ERROR` - Return with the given error code without calling the real function