|
|
|
|
|
by olliej
810 days ago
|
|
Yes because the attack would be against the .net or Java VM. The JVM - especially in the era of applets - had an illustrious history of VM bugs. We don’t know how bad they would have been because in the era of extremely complex exploits applets essentially do no exist. Neither .net nor the jvm are exposed to the degree of attacks the js engines are, and there’s no strong reason to believe they don’t have similar bugs today. |
|
Of course once you start jitting native code, all of that is off the table. Unless you jit to java/.net bytecode, I guess.