Overkamp, N.M. (Niels, Student M-CS) 7d2255eb3c Add LICENSE | il y a 1 an | |
---|---|---|
.cargo | il y a 1 an | |
responder | il y a 1 an | |
responder-bench | il y a 1 an | |
responder-common | il y a 1 an | |
responder-ebpf | il y a 1 an | |
responder-tools | il y a 1 an | |
xtask | il y a 1 an | |
.gitignore | il y a 1 an | |
Cargo.toml | il y a 1 an | |
LICENSE | il y a 1 an | |
README.md | il y a 1 an | |
blocklist | il y a 1 an |
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