07-23-2015, 01:30 PM
The easiest way to do this is to dump the JVM's loaded classes.
You can do this by using a modified java agent, editing the JVM rt.jar library itself.
You may be able to do this using Java Snoop - http://www.aspectsecurity.com/tools/javasnoop I've personally never tried using it, I've either patched the JVM directly or used a Java Agent.
You can do this by using a modified java agent, editing the JVM rt.jar library itself.
You may be able to do this using Java Snoop - http://www.aspectsecurity.com/tools/javasnoop I've personally never tried using it, I've either patched the JVM directly or used a Java Agent.