From 1557d9b716839b71444b59ae407249cc0839a155 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Mon, 16 Apr 2018 10:27:36 +0700 Subject: [PATCH] [Articles][Exploitation] A Primer to Windows x64 shellcoding --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c1bc17..fcc642f 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,7 @@ My curated list of awesome links, resources and tools *Art of crafting shellcode* +- [A Primer to Windows x64 shellcoding](https://blahcat.github.io/2017/08/14/a-primer-to-windows-x64-shellcoding/) - [Shellcoding for Linux and Windows Tutorial](http://www.vividmachines.com/shellcode/shellcode.html) - [SLAE: Bind TCP Shell – Assignment 1](http://0xdeadcode.se/archives/637) - [SLAE: Reverse TCP Shell – Assignment 2](http://0xdeadcode.se/archives/689)