From 37c361e03ce43dd2c3a57b868cdacf5103c45023 Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Wed, 26 Feb 2025 17:01:16 -0500 Subject: [PATCH] Add README for scripts. --- scripts/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/README.md diff --git a/scripts/README.md b/scripts/README.md new file mode 100644 index 0000000..21569c8 --- /dev/null +++ b/scripts/README.md @@ -0,0 +1,9 @@ +These are scripts to make building and debugging this tool easier. They're used in the main [`install.sh`](../install.sh) file. + +* [`build.sh`](./build.sh) - Builds the XDP Firewall tool. +* [`install.sh`](./install.sh) - Installs the XDP Firewall tool to system. +* [`clean.sh`](./clean.sh) - Cleans the XDP Firewall tool's build files. +* [`libxdp_build.sh`](./libxdp_build.sh) - Builds the LibXDP library. +* [`libxdp_install.sh`](./libxdp_install.sh) - Installs the LibXDP library to system. +* [`libxdp_clean.sh`](./libxdp_clean.sh) - Cleans the LibXDP library's build files. +* [`objdump.sh`](./objdump.sh) - Dumps the XDP/BPF object file using `llvm-objdump` to Assemby into `objdump.asm`. \ No newline at end of file