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

# Introduction

## About Me

Year 3 Cybersecurity student who loves participating in CTFs. I mainly focus on Binary Exploitation and do some Reverse Engineering on the side.

## Achievements

| Year | Event Name                                           | Placement     |
| ---- | ---------------------------------------------------- | ------------- |
| 2024 | 3108 CTF                                             | 1st Runner Up |
| 2024 | FSIIECTF                                             | Champion      |
| 2024 | Curtin Malaysia CTF                                  | 2nd Runner Up |
| 2024 | PwC Hack A Day                                       | 1st Runner Up |
| 2024 | Wargames MY                                          | 4th Place     |
| 2024 | ASEAN Cyber Shield                                   | 6th Place     |
| 2025 | UM Cybersecurity Summit                              | 1st Runner Up |
| 2025 | NETSA Skills Challenge                               | 2nd Runner Up |
| 2025 | Badge to Breach : ICS Cyber Siege                    | 1st Runner Up |
| 2025 | SunCTF                                               | 2nd Runner Up |
| 2025 | International Game of Hackers                        | 1st Runner Up |
| 2025 | ASEAN Cyber Shield                                   | 6th Place     |
| 2025 | NEXSEC 2025 - Intervarsity Cyber Forensics Challenge | Champion      |

## Other Activities

| Year | Event Name                                                      |
| ---- | --------------------------------------------------------------- |
| 2025 | Global Cybersecurity Camp (GCC) Taiwan                          |
| 2025 | Infosec in the City, SINCON                                     |
| 2025 | Challenge Creator for Siber Siaga : Code Combat 2025 @ CyberDSA |


---

# 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://fyr3p4w.gitbook.io/fyr3p4w-blog/readme.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.
