Glossary

classes.dex

Dalvik Executable files containing the compiled application code. Modern apps may have multiple DEX files (multidex). DEX bytecode can be decompiled back to Java or Kotlin source code with reasonable fidelity.

Learn More

Related Terms