SysinternalsEBPF icon indicating copy to clipboard operation
SysinternalsEBPF copied to clipboard

The Linux port of the Sysinternals Sysmon tool.

Results 14 SysinternalsEBPF issues
Sort by recently updated
recently updated
newest added

As libpdf writes on its own GitHub side https://github.com/libbpf/libbpf > This work is dual-licensed under BSD 2-clause license and GNU LGPL v2.1 license. You can choose between one of them...

Describe the bug All events ID 11 - File Create are missing values in TargetFilename field. Only dash (-) is being shown. kernel version Linux version 4.19.90-2107.6.0.0248.35 and bpf co-re...

investigate

**Describe the bug** Ubuntu dev container is broken. I'm guessing the mcr.microsoft.com/mirror/docker/library/ubuntu:20.04 image has changed. The .devcontainer/install-ubuntu-dependencies.sh fails whilst making the image. There are multiple issues with the script. The...

investigate

~Current version gives error during remove/purge/upgrade: `/var/lib/dpkg/info/sysinternalsebpf.prerm: 4: [: remove: unexpected operator` this is because of `==`, it should be `=` for `[` command, see https://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-11.html~ this was silently fixed...