# Quickstart

## Overview

Just to get started, we will learn the basics of AFL++ by fuzzing **LibXML2** XML parsing library. The goal is to find a crash/PoC for [**CVE-2017-9048**](https://nvd.nist.gov/vuln/detail/CVE-2017-9048) in LibXML2 2.9.4. In this tutorial, we are going to cover the following key ideas:

* **Instrumentation**
* **ASAN**
* **Dictionary**
* **Parallelization**
* **Code Coverage**

## Setup

## **Instrumentation**

## Dictionary

## **Code Coverage**


---

# 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://ret2basic.gitbook.io/ctfnote/pwn/fuzzing/afl++/quickstart.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.
