aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 5e4f94f9c2183f759e63fcd04b2bc4b091c48674 (plain)
1
2
3
4
5
6
7
8
9
10
11
A collection of security related code examples.

This project includes a buffer overflow and exploit set.

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