diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-04-15 07:08:55 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-04-15 07:11:33 +0200 |
commit | ea32d847bf2a8fabe67292ca6e7efe1169120c56 (patch) | |
tree | 18ee77eed83f1b714ee40d020c0b4acb2b17de19 | |
parent | a887b33d3cf07d6202c8d559b54607d1cf319681 (diff) |
added README
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +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. |