Files
XDP-Firewall/scripts/dump_assembly.sh
2025-02-26 16:51:04 -05:00

7 lines
120 B
Bash
Executable File

#!/bin/bash
if [ -n "$ROOT" ]; then
cd $ROOT
fi
llvm-objdump -S --no-show-raw-insn build/xdp/xdp_prog.o > dump.asm