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

https://github.com/Sysinternals/SysinternalsEBPF/blob/b9035cf7780c9c733f4be06ff29f7b4fc447b395/telemetryLoader.c#L1426 The library unconditionally prints to `stderr`, which can be problematic for consumption. If you have a TUI for instance, this can corrupt the TUI output if the user doesn't...

enhancement

Currently, `teletryStart` is a fully blocking call. There appears to be no way to stop tracing without sending a signal that would cause `perf_buffer__poll` to return `Start->Stop->Fini pattern would be...

enhancement

Trying to build SysinternalseBPF I get the following errors: ``` [ 21%] Building C object CMakeFiles/sysinternalsEBPF.dir/discoverOffsets.c.o /path/to/SysinternalsEBPF/discoverOffsets.c: In function ‘memDumpEventCb’: /path/to/SysinternalsEBPF/discoverOffsets.c:141:29: error: cast from pointer to integer of different size...

enhancement

Modify the eBPF programlet compilation to add `-fno-stack-protector` similar to https://github.com/Sysinternals/SysmonForLinux/pull/42 Additionally, the compiler warnings identified two calls to `labs(...)` that would always evaluate to `true` due to them operating...

Create Github Action to build on pull request

While RHEL7 rpm is posted, has anyone installed it successfully? RHEL7 bundles glibc 2.17 therefore dependencies check will fail. ``` $ rpm -Uvh sysinternalsebpf-1.0.0-1.x86_64.rpm error: Failed dependencies: libc.so.6(GLIBC_2.22)(64bit) is needed...

I cannot build getOffsets, I'm running the 6.7.2-hardened1-1-hardened kernel on Archlinux. Steps to reproduce; - `cd getOffsets` - `sudo make` I'm getting the following error: ``` make CFLAGS_MODULE="-DKERN_MAJ=6 -DKERN_MIN=7" -C...

Hi! I noticed EBPF doesn't correctly check the permission whether the user has root privilege or not. Instead, it relies on other functions' errors. (E.g. In `libsysinternalsEBPFinstaller.c` at line 279,...

enhancement
good first issue

Apt is throwing an error when uninstalling ebpf on Ubuntu 22.04 and does not seem to be running libsysinternalsEBPFinstaller -u or ldconfig ```Reading package lists... Done Building dependency tree... Done...

bug