Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.2 KB

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