mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Add error todo to execve3.py
This commit is contained in:
@ -46,6 +46,7 @@ def hello_again(ctx: c_void_p) -> c_int64:
|
|||||||
keena = 2 + 1
|
keena = 2 + 1
|
||||||
# below breaks
|
# below breaks
|
||||||
# keela = keena + 1
|
# keela = keena + 1
|
||||||
|
# TODO: binops evaluate but into a random register and dont get assigned.
|
||||||
keema = 8 * 9
|
keema = 8 * 9
|
||||||
keesa = 10 - 11
|
keesa = 10 - 11
|
||||||
keeda = 10 / 5
|
keeda = 10 / 5
|
||||||
|
|||||||
Reference in New Issue
Block a user