Skip to content

Commit f53a36a

Browse files
committed
test
1 parent ceda02d commit f53a36a

File tree

5 files changed

+835
-2
lines changed

5 files changed

+835
-2
lines changed
Binary file not shown.

pocs/linux/kernelctf/CVE-2026-23074_cos/exploit/cos-113-18244.521.39/exploit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ static long vuln_setup2(void)
809809

810810
int main(void)
811811
{
812-
//leak_kaslr();
812+
leak_kaslr();
813813
init_libxdk();
814814
setup_kernel_address();
815815
setup_env();

pocs/linux/kernelctf/CVE-2026-23074_cos/exploit/cos-113-18244.521.39/kaslr_bypass.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ int bypass_kaslr(uint64_t base) {
208208
return 0;
209209
}
210210

211-
__attribute__((constructor(101)))
212211
void leak_kaslr(void)
213212
{
214213
bypass_kaslr(0);
Binary file not shown.

0 commit comments

Comments
 (0)