From f736fa4168fecd4408fe9ec6310d9faa502fcb45 Mon Sep 17 00:00:00 2001 From: Jack Ren Date: Sat, 8 Nov 2025 23:23:13 +0800 Subject: [PATCH] Updated exploit.cpp of Level2 in KernelExploitation --- PwnCollege/KernelExploitation/Level2/exploit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PwnCollege/KernelExploitation/Level2/exploit.cpp b/PwnCollege/KernelExploitation/Level2/exploit.cpp index 74e182c..62eed8a 100644 --- a/PwnCollege/KernelExploitation/Level2/exploit.cpp +++ b/PwnCollege/KernelExploitation/Level2/exploit.cpp @@ -175,7 +175,7 @@ int main() { // - SMAP, SMEP On. // - CONFIG_SLAB_FREELIST_RANDOM=y // - CONFIG_SLAB_FREELIST_HARDENED=n -// - CONFIG_RANDSTRUCT=y +// - CONFIG_RANDSTRUCT=n // Debug: // Use `sudo cat /proc/modules` to get kernel module base.