# Mémoire (iOS)

## Analyse de dump mémoire

### Faire un Dump

#### Avec Fridump

*`$ fridump -usb -s YOUR_BINARY`*

#### Avec Objection

```
$ objection -g com.target.example
$ memory dump all ./file.dmp
```

## Analyse de mémoire en temps réel

### Avec r2frida

## Outil

### Fridump

{% embed url="<https://github.com/Nightbringer21/fridump>" %}

### r2frida

r2frida est un plugin de radare2 intégrant l'outil frida pour pouvoir utiliser les fonctionnalités des deux outils simultanément.

ressource: <https://github.com/nowsecure/r2frida>


---

# 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://blog.s1rn3tz.ovh/pentest-mobile/ios/stockage-de-donnees-non-securise-ios/memoire-ios.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.
