Simple native jvm class dumper written in C by hook ClassLoader
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\"
Simplest way to build project. Just import or clone repo and click "Build". Simple as that.
Just run msbuild /m /p:Configuration=Release .
Copyright (c) 2021-present, TheEasyPeasy