|
|
hace 2 años | |
|---|---|---|
| .cargo | hace 2 años | |
| responder | hace 2 años | |
| responder-common | hace 2 años | |
| responder-ebpf | hace 2 años | |
| responder-tools | hace 2 años | |
| xtask | hace 2 años | |
| .gitignore | hace 2 años | |
| Cargo.toml | hace 2 años | |
| README.md | hace 2 años |
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