# Reversing Adventures

- [Reversing the shad0w framework part 1](https://visit.suspect.network/reversing-adventures/reversing-adventures-shad0w-framework-part-1.md): 2020-06-29
- [Reversing the shad0w framework part 2](https://visit.suspect.network/reversing-adventures/reversing-adventures-shad0w-framework-part-2.md): 2020-07-01
- [Reversing the shad0w framework part 3](https://visit.suspect.network/reversing-adventures/reversing-adventures-shad0w-framework-part-3.md): 2020-07-08
- [Building a PE from scratch](https://visit.suspect.network/reversing-adventures/building-a-pe-from-scratch.md): 2021-03-11
- [Decrypting Synology Patchfiles](https://visit.suspect.network/reversing-adventures/decrypting-synology-patchfiles.md)
- [Flare-On 11 - 05 sshd](https://visit.suspect.network/reversing-adventures/flare-on-11-05-sshd.md)
- [Inadvertent Injections](https://visit.suspect.network/reversing-adventures/inadvertent-injections.md): How a simple fingerprint search almost made me inadvertently inject webshells with a scan.


---

# 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://visit.suspect.network/reversing-adventures.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.
