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

# Introduction

Hi,

I'm the creator and administrator of [vx-underground](https://vx-underground.org/). This is my personal website.

If you'd like to receive updates on my various projects, memes, or dumb opinions on stuff, you can follow vx-underground on [X (formerly Twitter)](https://x.com/vxunderground). I'm fairly active there.

This website is dedicated to sharing my various malware source code snippets, research, write-ups, and ideas. If you've found this website and you're looking for malware source code to existing or previous malware families you can view it on my GitHub: [https://github.com/vxunderground](https://github.com/vxunderground/MalwareSourceCode)

All of the code present uses the WINAPI and is designed for Windows malware payloads. All of this code is shared for educational usage only. Malware is cool. Please don't be a jerk.\
\
-smelly smellington


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://malwaresourcecode.com/home/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
