# 2022

| Title                                                   | Page                                                                                  |
| ------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| Attacking Non Avalanche AES (Custom AES Implementation) | [Link](/notes/research/2022/attacking-non-avalanche-aes-custom-aes-implementation.md) |
| Cracking CRC32 with Forward Polynomial Constant         | [Link](/notes/research/2022/cracking-crc32-with-forward-polynomial-constant.md)       |
| Cheating Game Built with WASM                           | [Link](/notes/research/2022/cheating-game-built-with-wasm.md)                         |
| Reverse Engineering Game Boy                            | [Link](/notes/research/2022/reverse-engineering-game-boy.md)                          |
| Partial Known Plaintext Attack on Custom 3DES           | [Link](/notes/research/2022/partial-known-plaintext-attack-on-custom-3des.md)         |


---

# 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/2022.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.
