Java Antidecompiler for NetBeans IDE
Join the DZone community and get the full member experience.
Join For Freebis guard & co provides code protection tools for java, among other languages and technologies.
recently, bis guard has released the java antidecompiler plugin for netbeans ide.
get started with it as described below.
installation
1. download "1418138973_javaantidecompiler.zip" from this location:
http://plugins.netbeans.org/plugin/51308/javaantidecompiler
press the download button on the page above:
2. unpack the downloaded zip file. you will have the following files:
- com-bisguard.nbm – netbeans module (plugin)
- /example folder - java and php examples for ssa
- eula.txt + readme.txt + icon.png + icon.ico
3. run netbeans ide.
4. in plugins dialog, select the downloaded tab and press "add plugins…":
5. in file chooser dialog, select "com-bisguard.nbm" from the folder where you extracted the zip file:
6. in the downloaded tab, select "javaantidecompiler" and press "install":
now restart netbeans ide.
usage
1. in the main netbeans menu press file | protect..., as shown below:
2. or right-click on any jar file in your workspace that you want to protect:
3. the java antidecompiler will be started. after pressing the ‘…’ button you can select the jar file you want to protect, either using secure server authentication or not:
4. in this screen, you provide the url of your authentication page (php, jsp, asp.net, etc.):
5. if you want to use ssa, leave this field empty and press "yes" in the confirmation dialog:
6. for demo purpose we have a simple authentication page available. you write any symbols and your authentication request will be redirected to our site. see below:
7. the last screen, in the beta version, there's one additional option. after you press "done" your jar will be protected with the same name. the original (unprotected) jar will be backupped.
8. start the protected jar either by a double-click or from the command line.
9. our demo authentication page has three options:
a. serial no: tttt-rrrr-iiii-aaaa-llll
b. serial no: aaac-cctt-iivv-aatt-eedd
c. serial no: any other value
10. trial serial no 9.a gives the response that tells the secure authentication add-on to call the trial entry in your java app, where you can restrict functionality of you app, in trial version:
11. full (activated) serial no. 9.b calls the main entry in your java application and the user will have the full version:
12. activated (full) version:
13. any other serial no. values:
14. show error message and jvm will stop:
15. if your project uses another jar, you can select jars to be protected.
this screen follows after the source screen:
Opinions expressed by DZone contributors are their own.
Trending
-
Using OpenAI Embeddings Search With SingleStoreDB
-
What to Pay Attention to as Automation Upends the Developer Experience
-
A Data-Driven Approach to Application Modernization
-
Designing a New Framework for Ephemeral Resources
Comments