|
hai 1 ano | |
---|---|---|
.cargo | %!s(int64=2) %!d(string=hai) anos | |
responder | hai 1 ano | |
responder-bench | hai 1 ano | |
responder-common | hai 1 ano | |
responder-ebpf | hai 1 ano | |
responder-tools | hai 1 ano | |
xtask | hai 1 ano | |
.gitignore | hai 1 ano | |
Cargo.toml | hai 1 ano | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
blocklist | hai 1 ano |
rustup install stable
rustup install nightly
cargo install bpf-linker
cargo xtask build-artifacts
./bin/responder --csv <CSV>
Check the help page for more options:
./bin/responder --help
Build userspace code:
cargo build
Build eBPF code:
cargo xtask build-ebpf
Run both (also builds both):
cargo xtask run