|
|
před 2 roky | |
|---|---|---|
| .cargo | před 2 roky | |
| responder | před 2 roky | |
| responder-common | před 2 roky | |
| responder-ebpf | před 2 roky | |
| xtask | před 2 roky | |
| .gitignore | před 2 roky | |
| Cargo.toml | před 2 roky | |
| README.md | před 2 roky |
rustup install stablerustup install nightlycargo install bpf-linkercargo 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