Hello everyone,
I am looking for some approaches which can prevent my .class file being decompiled. My questions are,
- I have heard that there is an approach called "obfuscated", I am wondering whether it is the best approach which meets my goal. If it is, where is the best obfuscated tool that I can get for free?
- Are there any Java build-in approaches to prevent .class file being decompiled?
Thanks in advance,
George