> For the complete documentation index, see [llms.txt](https://www.scriptchildie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.scriptchildie.com/payloads/shellcode-development.md).

# Shellcode development

In this blog series I will describe how I go about developing windows x64 shellcode using golang and the keystone engine (without cgo). After setting up an the initial environment I will go through the development process to create a dll reflective loader in x64 assembly.
