# Most Recent

<details>

<summary>Table of Contents</summary>

* [Video](#video)
* [Blog](#blog)
  * [Operating Systems](#operating-systems)
    * [Operating Systems Internals](#operating-systems-internals)
    * [Operating Systems Development](#operating-systems-development)
  * [Hardware Hacking](#hardware-hacking)
  * [Malware](#malware)
    * [Malware Development](#malware-development)
    * [Malware Analysis](#malware-analysis)
  * [Active Directory](#active-directory)
  * [Binary Exploitation](#binary-exploitation)
    * [Stack](#stack)
    * [Heap](#heap)
    * [Security Mechanisms](#security-mechanisms)
    * [Capstone Challenges](#capstone-challenges)
  * [Kernel Exploitation](#kernel-exploitation)

</details>

## Video

{% embed url="<https://youtu.be/-cIxKeJp4xo>" %}
An Introduction to Malware Analysis
{% endembed %}

## Blog Posts

***

## :gear: Operating Systems

***

### Internals

{% content-ref url="/pages/bOXWDre6VXDLeXsyUApo" %}
[Windows System Calls](/nest/os/internals/syscalls.md)
{% endcontent-ref %}

### Development

{% content-ref url="/pages/NMe9yP1we0tbMpyZfBxr" %}
[Broken mention](broken://pages/NMe9yP1we0tbMpyZfBxr)
{% endcontent-ref %}

## :pager: Hardware Hacking

***

{% content-ref url="/pages/knlBdYfoXE1V8uLgVMhK" %}
[TL-WR841N](/nest/iot/tl-wr841n.md)
{% endcontent-ref %}

## :microbe: Malware

***

### Malware Development

{% content-ref url="/pages/4KmIw8JkLZ2EEXkW9sd1" %}
[Remote](/nest/mal/dev/thread-hijacking/remote.md)
{% endcontent-ref %}

### Malware Analysis

{% content-ref url="/pages/NXd0unqoQ9EtzzphNzPA" %}
[Broken mention](broken://pages/NXd0unqoQ9EtzzphNzPA)
{% endcontent-ref %}

## :wolf: Active Directory

***

### Kerberos

{% content-ref url="/pages/RdidsDS5Dzt5GIXOCqq5" %}
[Kerberos](/nest/ad/kerberos.md)
{% endcontent-ref %}

## :biohazard: Binary Exploitation

***

### Stack

{% content-ref url="/pages/4OQkLDhvGrceqwO3GWpp" %}
[Buffer Overflows II: Electric Boogaloo](/nest/binexp/stack/xpl-bof-ii.md)
{% endcontent-ref %}

### Heap

{% content-ref url="/pages/jGs9pAqcxSX7lEDx0nvH" %}
[House of Force II](/nest/binexp/heap/house-of-force-i/house-of-force-ii.md)
{% endcontent-ref %}

### Security Mechanisms

{% content-ref url="/pages/a7AGDgM12mKf9qsUjlTH" %}
[Stack Canaries](/nest/binexp/sec/stack-canaries.md)
{% endcontent-ref %}

### Capstone Challenges

{% content-ref url="/pages/9BPKPTmIGzRq3XR7TtLV" %}
[ROP Chains](/nest/binexp/capstone-challenges/challenge-glossary/rop-chains.md)
{% endcontent-ref %}

## :maple\_leaf: Kernel Exploitation

***

{% content-ref url="/pages/6SbA3jFKhZTpHy5iYkYn" %}
[II: Achieving A Buffer Overflow](/nest/kxp/hevd/ii-bof.md)
{% endcontent-ref %}


---

# 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://archive.crow.rip/nest/general/recent.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.
