# Mobile

### Guias

* [OWASP Mobile Application Security](https://mas.owasp.org/)
* [NowSecure :: Secure Mobile Development](https://books.nowsecure.com/secure-mobile-development/en/)
* [Android :: Security Best Practices](https://developer.android.com/topic/security/best-practices)
* [Apple :: Security](https://developer.apple.com/documentation/security)

### Onde Aprender

* [NowSecure](https://academy.nowsecure.com/page/all-courses#price_free)
* [Kontra - iOS](https://application.security/free/marketing-iphone-swift)

### Links Úteis

#### Artigos

* [Auth0 :: Security Best Practices in iOS](https://auth0.com/blog/security-best-practices-in-ios/)

### Tools

#### [MobSF/Mobile-Security-Framework-MobSF](https://github.com/MobSF/Mobile-Security-Framework-MobSF)

Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.

#### [Frida](https://frida.re/)

Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.


---

# 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://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/mobile.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.
