Skip to content

Commit 5395786

Browse files
committed
Fix Makefile
1 parent 7045ac3 commit 5395786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pocs/linux/kernelctf/CVE-2026-23060_lts_cos_mitigation/exploit/lts-6.12.62

pocs/linux/kernelctf/CVE-2026-23060_lts_cos_mitigation/exploit/lts-6.12.62/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ prerequisites:
44
wget -O target_db.kxdb https://storage.googleapis.com/kernelxdk/db/kernelctf.kxdb
55

66
exploit: exploit.cpp
7-
g++ -o exploit exploit.cpp -static -lkernelXDK
7+
g++ -o exploit exploit.cpp -static -lkernelXDK

0 commit comments

Comments
 (0)