/java-obfuscator

A simple java obfuscator made in TypeScript

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

This is a very simple project. I did it during a live.

I didn't worry about a beautiful design or something user friendly, just the typescript / javascript code and the main functionality of the app, which is obfuscating .jar files

Prints

Before

Before

After

After

What does it do?

For now, it only obfuscate inner method variables. I think about expanding it and making it more robust.

Credits

Next.js and React

Java Class Tools (thanks LeonardoSNT again)