How to detect Java agents, JVMTI, etc...

Posted by Andrew Westberg on Stack Overflow See other posts from Stack Overflow or by Andrew Westberg
Published on 2010-05-05T14:05:03Z Indexed on 2010/05/05 14:08 UTC
Read the original article Hit count: 335

How does one secure the Java environment when running on a machine you don't control? What is to stop someone from creating a java agent or native JVMTI agent and dumping bytecode or re-writing classes to bypass licensing and/or other security checks? Is there any way to detect if any agents are running from Java code? From JNI? From a JVMTI agent?

© Stack Overflow or respective owner

Related posts about java

Related posts about jvmti