Minimal Examples
Simple examples to get started with Solnix.
Basic Program
unit hello {
section: "tracepoint/syscalls/sys_enter_execve";
license: "GPL";
return 0;
}
Simple examples to get started with Solnix.
unit hello {
section: "tracepoint/syscalls/sys_enter_execve";
license: "GPL";
return 0;
}