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.