Skip to content

Simple native jvm class dumper written in C by hook ClassLoader

Notifications You must be signed in to change notification settings

TheEasyPeasy/Java-Runtime-ClassDumper

Repository files navigation

JVM Native Class Dumper

Build: passing License: MPL discord

Simple native jvm class dumper written in C by hook ClassLoader

What is used for?

This tool allows you to dump all java classes passed through the ClassLoader. If app decrypt or modify their classes at runtime and there's no easy way to decrypt them or view statically, you can just use this tool and dump decrypted classes from memory.
All classes are dumped into location "C:\JavaClassDump\"

Building

Visual Studio

Simplest way to build project. Just import or clone repo and click "Build". Simple as that.

Command line

Just run msbuild /m /p:Configuration=Release .

Screenshots

alt text

License

MPL-2.0

Copyright (c) 2021-present, TheEasyPeasy

About

Simple native jvm class dumper written in C by hook ClassLoader

Resources

Stars

Watchers

Forks

Packages