Skip to content

Commit

Permalink
update readme for some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnAwesomGuy committed Sep 7, 2024
1 parent 87cde41 commit 764596a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Class Dump

A tiny Java agent to dump all classes loaded by the JVM, made using the instrumentation API.
A tiny Java agent to dump all classes loaded by the JVM (excluding arrays), made using the instrumentation API.

There are two "version" of this project: one is the normal one (can be compiled with Java 7+, uses NIO),
There are two "versions" of this project: one is the normal one (can be compiled with Java 7+, uses NIO),
and the other one, which is compatible with all Java versions 5 and above.

To use, simply add `-javaagent:path/to/classdump-version.jar` as a JVM arg. (adding `=debug` at the end enables logging each class dumped)

Classes are dumped to `_classdump`, relative to the working directory.

### Building

This project builds like any normal Gradle project, just run `./gradlew build`.
Expand Down

0 comments on commit 764596a

Please sign in to comment.