|
|
2 anni fa | |
|---|---|---|
| .cargo | 2 anni fa | |
| responder | 2 anni fa | |
| responder-common | 2 anni fa | |
| responder-ebpf | 2 anni fa | |
| responder-tools | 2 anni fa | |
| xtask | 2 anni fa | |
| .gitignore | 2 anni fa | |
| Cargo.toml | 2 anni fa | |
| README.md | 2 anni fa |
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