# Making Malware

- [making malware #0](https://steve-s.gitbook.io/0xtriboulet/archive/notice/making-malware/making-malware-0.md): We analyze some of the capabilities of the default implant in the VX-API and discuss some of the capabilities that VX-API provides for development
- [making malware #1](https://steve-s.gitbook.io/0xtriboulet/archive/notice/making-malware/making-malware-1.md): Let's analyze some of the capabilities of the VX-API and demonstrate the practical utility of this API against a modern Windows 10 end-user target
- [making malware #2](https://steve-s.gitbook.io/0xtriboulet/archive/notice/making-malware/making-malware-2.md): In this writeup we extend the development of our previous implant to achieve reverse shell access on a mondern Windows 10 machine!


---

# 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://steve-s.gitbook.io/0xtriboulet/archive/notice/making-malware.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.
