1
0

proj: Add PoC

This commit is contained in:
2025-01-09 09:42:02 +01:00
parent 235dc631aa
commit 6c70a3c401
6 changed files with 300 additions and 44 deletions

7
doc/intercept.md Normal file
View File

@@ -0,0 +1,7 @@
# 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