zer0-1s's Stars
torvalds/linux
Linux kernel source tree
zoidyzoidzoid/awesome-ebpf
A curated list of awesome projects related to eBPF.
eunomia-bpf/bpf-developer-tutorial
eBPF Developer Tutorial: Learning eBPF Step by Step with Examples
miracl/MIRACL
MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).
nevermosby/linux-bpf-learning
learn how to use BPF/eBPF
firmianay/Life-long-Learner
Personal Notes About Everything.
GoogleChromeLabs/wasi-fs-access
This is a demo shell powered by WebAssembly, WASI, Asyncify and File System Access API.
BUPT-Resource/CyberspaceSecurity
网络空间安全学院
BUPT-study-materials/BUPTStudyMaterials
一些收集而来的北邮的学习资料,不断更新中~
sourque/louis
Linux EDR written in Golang and based on eBPF.
ShiftLeftSecurity/traceleft
eBPF based syscalls, files and network events tracing framework
mrtc0/bouheki
bouheki is KRSI(eBPF+LSM) based Linux security auditing tool.
Gui774ume/fsprobe
A file system events notifier based on eBPF
kwantam/bls12-381_hash
Fast and simple constant-time hashing to the BLS12-381 elliptic curve
sandfs/LibSandFS
SandFS helper library
sandfs/SandFS-Kernel
swapnili/wrapfs
Hide/Block files in filesystem
gflegar/BIBDCalc
BIBDCalc is a python library for BIBD-related (Balanced Incomplete Block Design) calculations.
yangxianjungree/my_wrap_fs
Learning wrapfs step by step.
jaz-la/Linux_anti_malware_file_system
Based on Wrapfs: A Stackable File System Interface For Linux
seinecle/BIBD
Balanced Incomplete Block Design - a custom implementation, not 100% accurate but very fast
akhileshgadde/AMFS
A new stackable file system on top of wrapfs to detect infected/malware files and quarantine them
cran/PBIBD
:exclamation: This is a read-only mirror of the CRAN R package repository. PBIBD — Partially Balanced Incomplete Block Designs
kamit123/cse506-hw2
Added a stackable file system built on top of wrapfs to a Linux 4.0.9 kernel, which prevent attempts to lookup, read or write files infected with a known malware pattern
mbrg/parallel-algebraic-curves
Animated translation of Algebraic Curves to Parallel Coordinates
MHassanNadeem/Linux-Kernel-Programming-Stackable-File-System
Stackable File System - Linux Kernel Programming - Fall 2017
nevermosby/awesome-cloud-native-blogs
Awesome Cloud Native Blogs
nevermosby/geektime-rust
我的极客时间 Rust 课程的代码仓库,随课程更新
nevermosby/libbpfgo-beginners
Basic eBPF examples in Golang using libbpfgo
nevermosby/wasm-learning
Building Rust functions for Node.js to take advantage of Rust's performance, WebAssembly's security and portability, and JavaScript's ease-of-use. Demo code and recipes.