JVM Languages
jsecure.asc
Associated article: Java and Web-Executable Object Security
Tags: JVM Languages
Unpublished source code example accompanying the article by Michael Shoffner and Merlin Hughes. This examples is an applet which exploits Java's unprotected execution space. When the program runs, it kills all other active applets while protecting itself against being killed. (Netscape Navigator 3.0 does not solve this problem.)
_Java and Web-executable Object Security_ by Michael Shoffner and Merlin Hughes package venom.security; import java.applet.*; /* This applet exploits Java's unprotected execution space. * When it runs, it kills all other active applets while protecting * itself against being killed. * Netscape ...


