superblaubeere27 / obfuscator

A java obfuscator (GUI)
MIT License
842 stars 233 forks source link

Packager Error #24

Open jahzaer opened 5 years ago

jahzaer commented 5 years ago

Hey obfuscating my jar works perfectly unless I use the packager. I was wondering if this was fixed because it says it was in 1.9 but still crashes on startup. I was also wondering is it possible to deobf this and get readable source?

Eyremba commented 5 years ago

I was also wondering is it possible to deobf this and get readable source?

@superblaubeere27 yep, it would be cool if all stuff that's done by the packager would be unobfuscated first, and only get obfuscated when using the obfuscator with the other obfuscation settings.

(If you only enable "Packager" and disable all other stuff, it still flow- and name obfuscates all methods which are created by the packager and also inserts some kind of crash code. This should not be done when only Packager is selected in the settings, so all should be visible and not renamed. Only when enabling the other features like flow-, name,- and string-encryption and stuff, only then it should obfuscate the Packager methods.)

superblaubeere27 commented 5 years ago

I was also wondering is it possible to deobf this and get readable source? @jahzaer Yes. It is always possible to deobfuscate your source. But obfuscation is only an additional security layer. Please don't missunderstand obfuscation as the ultimate protection.

Can you please show the config and the crash message?