Currently, some code used in the iOS and Android agent is duplicated.
In this issue, we want to extract the code into a shared library and refactor it to TypeScript.
Initial suggestion for the components:
- Bootstrap
- Hook File Validator
- Hook Lookup
- Decoder Lookup
- Decoder
- Hooking
- Event Sender
Currently, some code used in the iOS and Android agent is duplicated.
In this issue, we want to extract the code into a shared library and refactor it to TypeScript.
Initial suggestion for the components: