Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bfengj authored Apr 11, 2024
1 parent 73b1a6d commit 55db2f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install2
run: sudo apt install -y linux-tools-$(uname -r) linux-headers-$(uname -r) linux-tools-common
- name: Install3
run: bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h;go mod download;go generate;go build -v -o bin/eBPFeXPLOIT
run: bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h;

- name: Install4
run: ls;rm ebpf_bpfel_arm64.go;rm ebpf_bpfel_arm64.o;ls;go generate;go build -v -o bin/eBPFeXPLOIT


0 comments on commit 55db2f9

Please sign in to comment.