#
bcc
Here are 80 public repositories matching this topic...
A curated list of awesome projects related to eBPF.
-
Updated
Oct 19, 2021
grantseltzer
opened
Jan 19, 2020
Dump unix domain socket traffic with bpf
-
Updated
Feb 21, 2021 - Python
ShestakUI for WoW Classic (1.14.0) and Burning Crusade Classic (2.5.2)
wow
ui
lua
interface
addon
classic
user-interface
world-of-warcraft
worldofwarcraft
bcc
tbc
burning-crusade
userinterface
wow-classic
wowclassic
2-5-2
20502
1-14-0
11400
-
Updated
Oct 19, 2021 - Lua
OCI hook to trace syscalls and generate a seccomp profile
-
Updated
Oct 12, 2021 - Go
willfindlay
commented
Nov 9, 2020
Need to finish configuring Semaphore CI to automatically run unit tests on newer kernels. So far, there are some linker issues with building bcc from source on the Ubuntu VM. Seems to be a Semaphore idiosyncrasy. See: iovisor/bcc#3161
The plan is to run QEMU on top of the Semaphore VM so we can test with bleeding-edge kernels.
Tool tracing syscalls in a fast way using eBPF linux kernel feature
-
Updated
May 14, 2018 - C
Set of scripts to monitor PostgreSQL at low level using bcc
-
Updated
Feb 28, 2019 - Python
Serial Communications Test Tool written in C# .NET Framework
serial
protocol
checksum
serial-ports
crc
usb-serial-adapters
rs232
rs485
philip
bcc
modulus-checking
serial-communications-test
-
Updated
Sep 2, 2020 - C#
A next-generation bcc parser for BlitzMax
-
Updated
Aug 18, 2021 - BlitzMax
ebpH (Extended BPF Process Homeostasis) monitors process behavior on your system to establish normal behavioral patterns. ebpH reports anomalous behavior and prevents attacks by denying anoamlous access requests.
linux
security
operating-system
ebpf
bcc
intrusion-detection-system
operating-system-security
process-homeostasis
-
Updated
Aug 8, 2021 - Python
This repository contains a tool which traces syscalls in a fast way using eBPF linux kernel feature
-
Updated
Jun 30, 2017 - C++
Real-time monitoring of KVM/Qemu VMs
-
Updated
Jul 14, 2021 - Python
-
Updated
Sep 22, 2021 - C++
STL Implementation for Borland C++ compiler from 1992
-
Updated
Nov 10, 2017 - C++
Improve this page
Add a description, image, and links to the bcc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bcc topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I fiddled around with
bpftraceto write internal documentation for my colleagues on how to use it. I chosetracepoint:syscalls:sys_enter_mkdiras a suitable tracepoint for a simple demo, and wrote this code: