On Wed, Jan 15, 2014 at 1:39 AM, Felix Meschberger <[email protected]> wrote: > ...while this would get us the java.lang.System allowed or not ? But it not > get us "prevent System.exit". > But it would get us "no reflection here, sorry" ;-)...
If you're in control of the classloader that provides the java.lang.System class, could you manipulate its bytecode to block access to System.exit() for example? Like make that method private? I haven't done much of that, dunno if it's possible. -Bertrand
