Skip to content

Minimal Examples

Simple examples to get started with Solnix.

Basic Program

unit hello {
    section: "tracepoint/syscalls/sys_enter_execve";
    license: "GPL";

    return 0;
}