Skip to content

Simple application which allows to dump java class contents from a running application

Notifications You must be signed in to change notification settings

denis-zhdanov/class-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

class-dumper

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:

  1. Download and unpack class-dumper.tag.gz;
  2. Execute the following command: java -cp $JAVA_HOME/lib/tools.jar: org.Attacher <full-path-of-unpacked-agent.jar> dumpDir=,classes=

About

Simple application which allows to dump java class contents from a running application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published