> For the complete documentation index, see [llms.txt](https://mobile.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobile.mrw0l05zyn.cl/android/analisis-estatico/reversing/codigo-nativo-bibliotecas-compartidas.md).

# Código nativo / bibliotecas compartidas

## General

```sh
apktool d application.apk -o app-decompiled
strings app-decompiled/lib/<arch>/<lib.so> | grep -E "[a-zA-Z0-9_-]{60,}"
```

## Herramientas

* [Ghidra](https://ghidra-sre.org/)
* [IDA](https://hex-rays.com/)
* [Radare2](https://rada.re/)
