diff --git a/README.md b/README.md index e57a39f..d051c70 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ This is done step by step as,\ > g++ loader.c -o loader.exe - [Running loader.exe](#RunningExe) > loader.exe shellcode.bin + + ![screenshot](images/out.png) ## Usage diff --git a/images/out.png b/images/out.png new file mode 100644 index 0000000..4c8e9f7 Binary files /dev/null and b/images/out.png differ