# 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: 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://malwaresourcecode.com/home/readme.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.
