Java Obfuscation

Joined
Dec 6, 2024
Posts
20
Likes
7
Willing to pay if someone can help me figure out how to obfuscate my code. I'm using Intellij and am familiar with coding / Java generally but am not finding many good resources on using proguard/yguard etc... If someone can help me figure this out please reach out.
 
I looked into this years ago as well.

Obfuscation to me is in essence simply 'security through obscurity'. I even contacted (quite expensive) companies that offered obfuscation to be able to test them and came to the conclusion that anything can be reverse-engineered. Obfuscation simply enlarges the amount of time and effort it takes.

That being said, since then I have been following the team around 'paramorphism', because I liked their approach, so I would friendly suggest you check their site / discord

EDIT: checked in again, and it seems that project died :cautious:
 
Willing to pay if someone can help me figure out how to obfuscate my code. I'm using Intellij and am familiar with coding / Java generally but am not finding many good resources on using proguard/yguard etc... If someone can help me figure this out please reach out.
@unfinishedtrade I hope you have figured this out; else I can help out on this. You can message for further details.
 
Top