# unrandomize **Repository Path**: kiraskyler/unrandomize ## Basic Information - **Project Name**: unrandomize - **Description**: 禁用进程内存地址随机化 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-14 - **Last Updated**: 2024-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README make randomizing memory addresses is invalid need `cat /proc/kallsyms |grep arch_mmap_rnd` need `CONFIG_BPF_KPROBE_OVERRIDE` `CONFIG_FUNCTION_ERROR_INJECTION` in kernel `.config`, most system distributions do not have their kernel `.config` enabled need `cmake bpftool clang libbpf-devel` to build maybe kernel > 4.xx is needed