> For the complete documentation index, see [llms.txt](https://kos0ng.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kos0ng.gitbook.io/notes/research/2024/android-reverse-engineering-native-library-analysis.md).

# Android Reverse Engineering (Native Library Analysis)

## Preface

During the final, there are only 4 teams that solved this challenge and i am part of them. This challenge required me to do dynamic analysis using frida and GDB since the application is quite complicated.

\-----To Be Updated

## Approaches

| Technique                                         | Study Case                |
| ------------------------------------------------- | ------------------------- |
| **Dynamic Instrumentation using Frida**           | Compfest -                |
|                                                   |                           |
| **Static Analysis and Patching using Decompiler** |                           |
|                                                   |                           |
| **Dynamic Analysis using Debugger**               | Final Grey Cat CTF 2023 - |
|                                                   | Intechfest -              |

**To Be Updated**
