Quote:
Originally Posted by Irishsquid
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
|