#
bcc
Here are 79 public repositories matching this topic...
A curated list of awesome projects related to eBPF.
-
Updated
Jun 1, 2021
grantseltzer
opened
Jan 19, 2020
ShestakUI for WoW Classic (1.13.7) and Burning Crusade Classic (2.5.1)
wow
ui
lua
interface
addon
classic
user-interface
world-of-warcraft
worldofwarcraft
bcc
tbc
burning-crusade
userinterface
wow-classic
wowclassic
2-5-1
20501
1-13-7
11307
-
Updated
Jul 8, 2021 - Lua
OCI hook to trace syscalls and generate a seccomp profile
-
Updated
Jun 21, 2021 - Go
Dump unix domain socket traffic with bpf
-
Updated
Feb 21, 2021 - Python
-
Updated
May 19, 2021 - C
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
A next-generation bcc parser for BlitzMax
-
Updated
Jun 20, 2021 - BlitzMax
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#
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
Jun 11, 2021 - Python
-
Updated
May 30, 2021 - C++
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
May 28, 2021 - Python
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.
Useful for networking tracing to convert from network order to host order.
Describe the solution you'd like
int[8|16|32|64] bswap(int[8|16|32|64])
We can make bswap() infer the integer width and return the appropriate integer. Previous discussi