Skip to content

Commit ebc1cc4

Browse files
committed
Fix makefile to build debug
1 parent e72f6c1 commit ebc1cc4

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

pocs/linux/kernelctf/CVE-2026-23060_lts_cos_mitigation/exploit/cos-121-18867.294.66/target_db.kxdb

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ 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
8+
9+
exploit_debug: exploit.cpp
10+
g++ -o exploit_debug exploit.cpp -g -static -lkernelXDK
Binary file not shown.

pocs/linux/kernelctf/CVE-2026-23060_lts_cos_mitigation/exploit/mitigation-v4-6.12/target_db.kxdb

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)