# Mobile Security Testing Guide

The MSTG is a comprehensive manual for mobile app security testing and reverse engineering for iOS and Android mobile security testers with the following content:

* Mobile platform internals
* Security testing in the mobile app development lifecycle
* Basic static and dynamic security testing
* Mobile app reverse engineering and tampering
* Assessing software protections
* Detailed test cases that map to the requirements in the MASVS.

Guide here: <https://mobile-security.gitbook.io/masvs/>

**Reference:**\
<https://owasp.org/www-project-mobile-security-testing-guide/>


---

# 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://syed-muhammad-abdul-karim.gitbook.io/learn-to-hack/security-testing-guides/mobile-security-testing-guide.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.
