Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oshaked1 committed Dec 29, 2024
1 parent 1fc09d8 commit 4ba75df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e-inst-signatures/scripts/hooked_syscall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ make && ./load.sh || exit_err "could not load module"
# Sleep a bit to allow module to load
sleep 5
lsmod | grep hijack || exit_err "module not loaded"
echo "from /proc/kallsyms:"
sudo cat /proc/kallsyms | grep hijack
echo "done"

# Unload module after 30 seconds
nohup sleep 30 > /dev/null 2>&1 && ./unload.sh &

0 comments on commit 4ba75df

Please sign in to comment.