The Wayback Machine - https://web.archive.org/web/20221229054045/https://github.com/geyslan
Skip to content
Avatar
🚲
...
🚲
...

Organizations

@c0defellas @aquasecurity
Block or Report

Block or report geyslan

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
geyslan/README.md
    printf("Hello, World\n");

Hello, World!


Golang C ASM


    push 60
    pop rax
    xor edi, edi
    syscall

0
Geyslan's Linkedin Twitter

Pinned

  1. Linux Runtime Security and Forensics using eBPF

    Go 2.4k 286

  2. eBPF library for Go. Powered by libbpf.

    Go 402 70

  3. Linux kernel source tree

    C 144k 46.1k

  4. Metasploit Framework

    Ruby 29k 12.8k

  5. SLAE Public

    SLAE Assignments

    Assembly 35 22

  6. xrasengan Public

    An xrandr wrapper to make your multi-monitor setup easier

    Shell 45 3

220 contributions in the last year

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Wed Fri
Activity overview
Contributed to aquasecurity/tracee, aquasecurity/libbpfgo, geyslan/ipc and 11 other repositories

Contribution activity

December 2022

Created 11 commits in 1 repository

Created a pull request in aquasecurity/tracee that received 16 comments

logger: remove prints and debug flag

Description (git log) 0d74743 docs: new flag updates 32ebdbd pkg/logger: fix key/value fields order 62f6a5e pkg/cmd/urfave: join osinfo logs 01232f7

+233 −302 16 comments

Created an issue in aquasecurity/libbpfgo that received 4 comments

Make libbpf_print_fn callback logic clearer

By making the args and format checks explicit, the libbpf_print_fn logic can be clearer and filter out only those errors that we strictly defined. "…

4 comments