Simple application which allows to dump java class contents from a running application. Basically, this is a built sample from this blog post - https://blogs.oracle.com/sundararajan/entry/retrieving_class_files_from_a
Usage:
- Download and unpack class-dumper.tag.gz;
- Execute the following command: java -cp $JAVA_HOME/lib/tools.jar: org.Attacher <full-path-of-unpacked-agent.jar> dumpDir=,classes=