---
documentID: "a62a4541758459d5eed03b4624509f0331510199fec0b4e088235caf8a988ebe"
docname: "formats/android/oat/index"
title: "OAT - Android - LIEF Documentation"
description: "OAT in Android. Android OAT files are essentially ELF files, and LIEF exposes a specific API for them. You can check out the Android Formats tutorial for more…"
canonical: "https://lief.re/doc/latest/formats/android/oat/index.html"
markdownURL: "https://lief.re/doc/latest/formats/android/oat/index.md"
documentationVersion: "2.0.0"
documentationChannel: "latest"
language: "en"
contentHash: "547061a036e1f56c2892ff4acf8377e7b746102ed17654f0ac1691adf8ecca75"
---

# [OAT](<https://lief.re/doc/latest/formats/android/oat/index.html#oat>)

API

- [C++](<https://lief.re/doc/latest/formats/android/oat/cpp.html>)
- [Python](<https://lief.re/doc/latest/formats/android/oat/python.html>)

Android OAT files are essentially ELF files, and LIEF exposes a specific API for them. You can check out the [Android Formats](<https://lief.re/doc/latest/tutorials/10_android_formats.html#tuto-android-formats>) tutorial for more details.
