https://github.com/daemon1024/bofuri
Prototypical Runtime Security Enforcement Tool
https://github.com/daemon1024/bofuri
Last synced: 6 months ago
JSON representation
Prototypical Runtime Security Enforcement Tool
- Host: GitHub
- URL: https://github.com/daemon1024/bofuri
- Owner: daemon1024
- Created: 2022-05-21T14:18:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T20:26:52.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T10:42:25.081Z (7 months ago)
- Language: C
- Homepage: https://github.com/kubearmor/KubeArmor/pull/741
- Size: 627 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bofuri
Prototypical Runtime Security Enforcement Tool
## Requirements
- Kernel >5.8
- Have BPF,BPF-LSM, BTF enabled in kernel
- go
- libbpf-dev clang llvm libelf-dev
## Setup```
git clone https://github.com/daemon1024/bofuri
cd bofuribpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h
go mod tidy
go generate
sudo -E go run ./...
```## [Design](./DESIGN.md)
---### Bofuri??
*I Don't Want to Get Hurt, So I'll Max Out My Defense*
An anime character where a player designing a character for a RPG gives up all other skills for the sake of being nearly invulnerable, becoming a formidable defender in combat.