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