690 B
690 B
These are scripts to make building and debugging this tool easier. They're used in the main install.sh file.
build.sh- Builds the XDP Firewall tool.install.sh- Installs the XDP Firewall tool to system.clean.sh- Cleans the XDP Firewall tool's build files.libxdp_build.sh- Builds the LibXDP library.libxdp_install.sh- Installs the LibXDP library to system.libxdp_clean.sh- Cleans the LibXDP library's build files.objdump.sh- Dumps the XDP/BPF object file usingllvm-objdumpto Assemby intoobjdump.asm.