started palindromatic task of bi0sCTF 23

This commit is contained in:
2024-02-24 13:16:43 +01:00
parent 377c2ec6bc
commit 27cce50969
8 changed files with 405 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/sh
qemu-system-x86_64 \
-m 64M \
-cpu kvm64,+smep,+smap \
-kernel bzImage \
-drive file=rootfs.ext3,format=raw \
-drive file=exploit,format=raw \
-snapshot \
-nographic \
-monitor /dev/null \
-no-reboot \
-append "root=/dev/sda rw init=/init console=ttyS0 kaslr kpti=1 loglevel=0 oops=panic panic=-1"