proj: Add PoC
This commit is contained in:
7
doc/intercept.md
Normal file
7
doc/intercept.md
Normal 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
|
||||
Reference in New Issue
Block a user