Full Changelog: https://github.com/gojue/ebpfmanager/compare/v0.4.4...v0.4.5
- add pinned map flag by @cfc4n in #34
- add ringbuf support by @spoock1024 in #35
- add kernel version detection to ringbuf map. by @cfc4n in #37
- @spoock1024 made their first contribution in #35
Full Changelog: https://github.com/gojue/ebpfmanager/compare/v0.4.3...v0.4.4
- feat: support SockOps eBPF program. Full Changelog: https://github.com/gojue/ebpfmanager/compare/v0.4.2...v0.4.3
- fixes: concurrent map kallsymsCache. (#27) by @cfc4n in #28
- remove deprecated function by @cfc4n in #29
- Use /proc/kallsyms for kprobe/kretprobe function name search. (fixes #30) by @cfc4n in #31
- feat: supoort uprobe's opts address field. by @cfc4n in #32
Full Changelog: https://github.com/gojue/ebpfmanager/compare/v0.4.1...v0.4.2
- Update cilium/ebpf to v0.10.0 from v0.9.0 .
- sync datedog/ebpf-manager package feature. #26
- update golang version to 1.18.*
- Update cilium/ebpf to v0.9.0 from 0.8.1 .
- Add GitHub Actions (codeQL \ go-test)
fixed #10 type 'Probe' contains 'sync.RWMutex' which is 'sync.Locker'
- Fix. #1 GetSyscallFnNameWithSymFile memory leak
- Fix format type error.