Skip to content

Commit

Permalink
Update exploit.c
Browse files Browse the repository at this point in the history
  • Loading branch information
d4em0n authored Dec 6, 2024
1 parent 887c7dd commit cb81b05
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ typedef long long i64;
BPF_JMP_IMM(BPF_JNE, BPF_REG_0, 0, 1), BPF_EXIT_INSN(), \
BPF_MOV64_REG((dst), BPF_REG_0), BPF_MOV64_IMM(BPF_REG_0, 0)

#define LOG_BUF_SIZE 65536

#define BPF_HEAVY_JOB \
BPF_MOV64_REG(BPF_REG_1, BPF_REG_6), \
BPF_MOV64_REG(BPF_REG_2, BPF_REG_7), \
Expand Down

0 comments on commit cb81b05

Please sign in to comment.