|
|
пре 2 година | |
|---|---|---|
| .cargo | пре 2 година | |
| responder | пре 2 година | |
| responder-common | пре 2 година | |
| responder-ebpf | пре 2 година | |
| responder-tools | пре 2 година | |
| xtask | пре 2 година | |
| .gitignore | пре 2 година | |
| Cargo.toml | пре 2 година | |
| README.md | пре 2 година |
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