View Single Post
Old 04-01-2011, 08:02   #10
Hand
Guerrilla Chief
 
Hand's Avatar
 
Join Date: Dec 2010
Location: Georgia
Posts: 875
Quote:
Originally Posted by Irishsquid View Post
JVM/JRE has a number of vulnerabilities which allow the execution of arbitrary code on the host.
Hopefully the Dalvik VM's methodology will have eliminated some of them:
Quote:
We should point out that the final executable code in Android, as a result of the Dalvik VM, is based not on Java byte code but on .dex files instead. This means you cannot directly execute Java byte code; you have to start with Java class files and then convert them to linkable .dex files.

http://www.ctoedge.com/content/how-d...google-android
Hand is offline   Reply With Quote