Practical Mobile Forensics - Third Edition
by Rohit Tamma, Oleg Skulkin, Heather Mahalik, Satish Bommisetty
Dalvik virtual machine
All the applications that you install on the Android device are written in the Java programming language. When a Java program is compiled, we get bytecode. A virtual machine is an application that acts as an operating system, that is, it is possible to run a Windows OS on a Mac or vice versa using a virtual machine. JVM is one such virtual machine that can execute the previously mentioned bytecode. But, Android versions before use something called Dalvik virtual machine (DVM) to run their applications.
DVM runs Dalvik bytecode, which is Java bytecode converted by the Dex compiler. Thus, the .class files are converted to dex files using the dx tool. Dalvik bytecode, when compared with Java bytecode, is more suitable ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access