ads

dimanche 6 septembre 2015

[tool][anti- Decompiler]: protect java application from decompiler/reverse engines



Java is a powerful programming language. It's very popular on the world.
But Java application is very easy to be decompile, so you could lose all your source code :
- There are many decompile tools ( or reverse engines) on the internet (google "java decompiler" you can get more 400,000 result) .
- Your jar/apk.. files are protected by some common obfuscation utility tools, which are integrated in java IDE. (They only provide a basic protection solution)
'Anti Java decompiler. Free' is the new solution for protecting your source code.
Google Store link: https://play.google.com/store/apps/d....JavaProtector Free& easy to use:
- Obfuscate everything (file name, class name, method name, variable name) to : $$, çççç, ççççç, œççç..
- Encrypt String constant values: "abc" -> $, çç
- And other protection features: file name with special characters; Obfuscate ingnore warning; remove BOM prefix, fakecode...


Welcome all comments from you.



Aucun commentaire:

Enregistrer un commentaire