From 04176b2c5e8fbc8279c90e4e84cc6d83c7c17b19 Mon Sep 17 00:00:00 2001 From: Toni Uhlig <matzeton@googlemail.com> Date: Fri, 5 Apr 2024 14:22:49 +0200 Subject: Some quality-of-life improvments. * replaced entropy calculation with a !broken one * README update Signed-off-by: Toni Uhlig <matzeton@googlemail.com> --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 944cc8f..5e4f94f 100644 --- a/README +++ b/README @@ -6,3 +6,6 @@ It does also provide some example shellcodes and a set of different crypter. The crypter designed to work with shellcode are located in the crypter subdir. Additional crypter based on function/exec level can be found in the rootdir. + +Some exploits require a disabled randomized virtual address space (kernel.randomize_va_space) and exec-shield (kernel.exec-shield). +Both can be disabled with the script ./disable_prot.sh -- cgit v1.2.3