# Golang Malware Development

I have been writing a lot of code the last few years that lives on my desktop and then disappears forever.&#x20;

I decided to start posting code I have written in GO which will hopefully help others learn malware development in an easy to learn language.&#x20;

I plan to post simple stuff such as shellcode runners etc. and then start posting more advanced techniques for EDR bypasses, how to build red team infrastructure and how to navigate heavily monitored environments.&#x20;

## You can reach out to me on:

<img src="https://1525675160-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1BtmYYGIbNqDCOEq0YOj%2Fuploads%2FPoZJ9SHqQwDVaXyQKq4H%2FTwitter_white.svg?alt=media&#x26;token=ecc33540-aab4-4ffa-b293-cb5bdfd0bfba" alt="" data-size="line">[@scriptchildie ](https://twitter.com/ScriptChildie)     <img src="https://1525675160-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1BtmYYGIbNqDCOEq0YOj%2Fuploads%2FrSTfLmgFBjJcGPWrRVPN%2FGmail_white.svg?alt=media&#x26;token=e57728cc-df1e-4002-a4c0-8e01c34d4f29" alt="" data-size="line">[ email](mailto:scriptchildie@protonmail.com)      <img src="https://1525675160-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1BtmYYGIbNqDCOEq0YOj%2Fuploads%2Fmg7Yma7cC1tdxbeTykGz%2FGithub_white.svg?alt=media&#x26;token=13341ee4-7b17-4579-9f0b-1da382ce74ea" alt="" data-size="line"> [scriptchildie](https://github.com/scriptchildie)      <img src="https://1525675160-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1BtmYYGIbNqDCOEq0YOj%2Fuploads%2FrDfz03Qb0aiQZP4WROA6%2FDiscord_white.svg?alt=media&#x26;token=88098c91-e500-424e-9fdd-1c4e06825fcc" alt="" data-size="line">scriptchildie


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.scriptchildie.com/golang-malware-development.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
