# Research

- [2024](https://kos0ng.gitbook.io/notes/research/2024.md)
- [Reverse Engineering APK Built with Flutter](https://kos0ng.gitbook.io/notes/research/2024/reverse-engineering-apk-built-with-flutter.md): Study case on ADDA CTF 2022 Quals (Hidden Gold Oasis) and FindIT 2023 Final (kurang hoki). --------To be Updated--------
- [Reverse Engineering Application Protected with Pyarmor](https://kos0ng.gitbook.io/notes/research/2024/reverse-engineering-application-protected-with-pyarmor.md): Study case pyarmor obfuscation on windows, linux, and macos environment
- [Android Reverse Engineering (Native Library Analysis)](https://kos0ng.gitbook.io/notes/research/2024/android-reverse-engineering-native-library-analysis.md): Study case Final Grey Cat CTF 2023 (title)
- [Malware Analysis: Wedding Invitation Scam](https://kos0ng.gitbook.io/notes/research/2024/malware-analysis-wedding-invitation-scam.md): Analyzing scam in Indonesia named "Wedding Invitation"
- [2023](https://kos0ng.gitbook.io/notes/research/2023.md)
- [Analyzing CVE-2021-22204 Based on Network Traffic (PCAP file)](https://kos0ng.gitbook.io/notes/research/2023/analyzing-cve-2021-22204-based-on-network-traffic-pcap-file.md): Study case Intechfest CTF 2023 (breached)
- [Emulating Android Native Library using Qiling - Part 1](https://kos0ng.gitbook.io/notes/research/2023/emulating-android-native-library-using-qiling-part-1.md): Study case ADDA CTF 2022 (wonder maze)
- [Machine Learning Model (XGBoost) Reverse Engineering](https://kos0ng.gitbook.io/notes/research/2023/machine-learning-model-xgboost-reverse-engineering.md): Study Case IDSECCONF CTF 2023 - PakBoost Challenge
- [CVE-2021-2461](https://kos0ng.gitbook.io/notes/research/2023/cve-2021-2461.md): Parameter Pollution Lead to Application Takeover
- [CVE-2022-31367](https://kos0ng.gitbook.io/notes/research/2023/cve-2022-31367.md): Column Injection on Filter Feature Lead to Data Leak
- [CVE-2023-0046](https://kos0ng.gitbook.io/notes/research/2023/cve-2023-0046.md): Unrestricted Logging Filename Lead to Remote Code Execution
- [CVE-2023-0048](https://kos0ng.gitbook.io/notes/research/2023/cve-2023-0048.md): Lack of Input Sanitation Lead to Remote Code Execution
- [CVE-2023-0316](https://kos0ng.gitbook.io/notes/research/2023/cve-2023-0316.md): Local File Read through Improper Filename Validation
- [2022](https://kos0ng.gitbook.io/notes/research/2022.md)
- [Attacking Non Avalanche AES (Custom AES Implementation)](https://kos0ng.gitbook.io/notes/research/2022/attacking-non-avalanche-aes-custom-aes-implementation.md): Study case Intechfest 2022 (prospero)
- [Cracking CRC32 with Forward Polynomial Constant](https://kos0ng.gitbook.io/notes/research/2022/cracking-crc32-with-forward-polynomial-constant.md): Study case Intechfest 2022 (see are see)
- [Cheating Game Built with WASM](https://kos0ng.gitbook.io/notes/research/2022/cheating-game-built-with-wasm.md): Study case NCW 2022 Quals (Flaggy Bird V2).
- [Reverse Engineering Game Boy](https://kos0ng.gitbook.io/notes/research/2022/reverse-engineering-game-boy.md): Study case NCW 2022 Final (80's)
- [Partial Known Plaintext Attack on Custom 3DES](https://kos0ng.gitbook.io/notes/research/2022/partial-known-plaintext-attack-on-custom-3des.md): Study case Compfest 2022 Quals (3(3DES))
- [2021](https://kos0ng.gitbook.io/notes/research/2021.md)
- [Reverse Engineering Erlang BEAM File](https://kos0ng.gitbook.io/notes/research/2021/reverse-engineering-erlang-beam-file.md): Study case Cyber Jawara 2021 Quals (Laser)
- [Reverse Engineering Approach on Python Bytecode with Development Version](https://kos0ng.gitbook.io/notes/research/2021/reverse-engineering-approach-on-python-bytecode-with-development-version.md): Study case MDT4.0 Quals (ResidentSleeper)


---

# 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://kos0ng.gitbook.io/notes/research.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.
