Overkamp, N.M. (Niels, Student M-CS) 7d2255eb3c Add LICENSE | hai 1 ano | |
---|---|---|
.cargo | hai 1 ano | |
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 | |
LICENSE | hai 1 ano | |
README.md | hai 1 ano | |
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