> For the complete documentation index, see [llms.txt](https://alham-rizvi.gitbook.io/alhamrizvi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alham-rizvi.gitbook.io/alhamrizvi/picoctf-writeups/picoctf.md).

# picoCTF Writeups By Alham Rizvi

![Repo Views](https://komarev.com/ghpvc/?username=alhamrizvi-cloud\&repo=PicoCTF\&label=Repo%20Views\&color=ff69b4\&style=flat)

![Activity Graph](https://github-readme-activity-graph.vercel.app/graph?username=alhamrizvi-cloud\&theme=tokyo-night)

Hey everyone,

This repository contains my **picoCTF writeups**, and I’m actively working on it daily as I solve new challenges.

<div align="center"><img src="https://media.tenor.com/YdmFHfZY25kAAAAM/dexter-superman.gif" alt=""></div>

\## About This Repo

* I regularly upload writeups for the challenges I solve.
* The repository is **still in progress**, so not everything is organized perfectly yet.
* Most writeups here are **short notes / direct solutions** (focused on getting the flag).

## More Writeups

If you are unable to find a writeup in this repository, check these out:

* Some Easy Level PicoCTF writeups: <https://alhamrizvi.wordpress.com/category/picoctf-writeups/>
* Reverse Engineering List:\
  <https://medium.com/@alhamrizvi.in/list/reverse-engineering-picoctf-d10fbed7d379>
* Binary Exploitation List:\
  <https://medium.com/@alhamrizvi.in/list/binary-exploitation-picoctf-2af3bf538f5b>

## AI Usage

I’ve used **AI in many challenges**.

So:

* This repo = **solutions / notes**
* Medium = **proper explanations** of some writeups

## Contributing / Feedback

If you find:

* something broken
* something incorrect
* or anything that can be improved

Feel free to:

* open an **issue**
* or submit a **pull request**

## 🌍 Connect with Me

👉 <https://alhamrizvi.in>

### ⚡ Note

This repo is being updated **daily** as I continue solving picoCTF challenges.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://alham-rizvi.gitbook.io/alhamrizvi/picoctf-writeups/picoctf.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
