diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-04-05 14:22:49 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-04-05 14:22:49 +0200 |
commit | 04176b2c5e8fbc8279c90e4e84cc6d83c7c17b19 (patch) | |
tree | 1398220de5e4482a0c6ad907c0dd9655c904eda0 /README | |
parent | 66d1d63f6155b6a2037e1792fd6eda2f17e4be7e (diff) |
* replaced entropy calculation with a !broken one
* README update
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |