Obfuscation.

Status
This thread has been locked.

Function

Minecraft Plugin Developer
Supreme
Feedback score
38
Posts
938
Reactions
332
Resources
0
How much would obfuscation cost? I wish to obfuscate my plugins so no-one can view the source-code.

All-comments are appreciated :)

Thank you,
~ Node​
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
You've got:

Paid ones:
  1. Zelix Klassmaster, the most known and one of the best obfuscators available on the market as of now: http://www.zelix.com/klassmaster/order.html
  2. Stringer, a more known obfuscator but that sadly has public deobfuscators: https://jfxstore.com/stringer/
  3. Allatori, the most known yet least efficient one. Pretty lightweight: http://www.allatori.com/
Free ones:
  1. ProGuard, an open source and heavy duty obfuscator. Pretty solid stuff, never had a major issue with it. It really messes up the code: https://www.guardsquare.com/en/products/proguard
  2. Radon, a less performant obfuscator yet quite decent I guess, https://github.com/ItzSomebody/radon
 
Status
This thread has been locked.
Top