# fyr3p4w Blog

## fyr3p4w Blog

- [Introduction](https://fyr3p4w.gitbook.io/fyr3p4w-blog/readme.md)
- [Global Cybersecurity Camp (GCC) Taiwan 2025](https://fyr3p4w.gitbook.io/fyr3p4w-blog/other-activities/global-cybersecurity-camp-gcc-taiwan-2025.md): This is my experience representing Malaysia in GCC 2025
- [Creating a Kernel Pwn Challenge : Setup and Deployment](https://fyr3p4w.gitbook.io/fyr3p4w-blog/other-activities/creating-a-kernel-pwn-challenge-setup-and-deployment.md)
- [ASEAN Cyber Shield 2024](https://fyr3p4w.gitbook.io/fyr3p4w-blog/ctfs/asean-cyber-shield-2024.md): Writeup by Teh Tarik Cendol
- [Wargames MY 2024](https://fyr3p4w.gitbook.io/fyr3p4w-blog/ctfs/wargames-my-2024.md): Writeup by Pleiades
- [HTB Cyber Apocalypse 2024](https://fyr3p4w.gitbook.io/fyr3p4w-blog/ctfs/htb-cyber-apocalypse-2024.md)
- [FSIIECTF 2024](https://fyr3p4w.gitbook.io/fyr3p4w-blog/ctfs/fsiiectf-2024.md)
- [HTB CyberApocalypse 2025](https://fyr3p4w.gitbook.io/fyr3p4w-blog/ctfs/htb-cyberapocalypse-2025.md): This writeup consists of challenges I solved and did not solve but looked back on to learn more
- [TsukuCTF 2025 - Easy Kernel](https://fyr3p4w.gitbook.io/fyr3p4w-blog/ctfs/tsukuctf-2025-easy-kernel.md): First kernel pwn challenge that I almost managed to solve but didn't manage to. I will walkthrough the process of setting up the environment for kernel pwn and how to solve the challenge
- [UTCTF2025 - ECorp (v8pwn)](https://fyr3p4w.gitbook.io/fyr3p4w-blog/ctfs/utctf2025-ecorp-v8pwn.md): After finishing my FYP Part 1, I finally have some free time to learn browser v8 exploitaiton based on the UTCTF challenge, E-Corp Part 2
- [NEXSEC 2025 - Intervarsity Cyber Forensics Challenge](https://fyr3p4w.gitbook.io/fyr3p4w-blog/ctfs/nexsec-2025-intervarsity-cyber-forensics-challenge.md): An intervarsity digital forensics competition with categories such as Reverse Engineering, Malware Analysis, Digital Forensics and Threat Response


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://fyr3p4w.gitbook.io/fyr3p4w-blog/readme.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.
