ByteScope

Android DEX file format

Dalvik Executable format — compiled bytecode for the Android runtime.

MIME type
application/octet-stream
Extensions
.dex
Category
Executables & bytecode

Magic-number signature

0x000000006465780Adex·'dex' + newline

About the Android DEX format

A DEX file packs all the compiled classes of an Android app into a single bytecode file for the Dalvik/ART runtime, bundled inside every APK. The header is 'dex\n' followed by a version and a NUL.

Related formats

Have a file that might be Android DEX? Identify it with the File Type Identifier — it reads the magic number locally, nothing is uploaded. Or browse all formats.