|
Getting Started |
Top Previous Next |
|
IntlelliProtector supports .NET of versions 2.0, 3.0, 3.5 and 4.0. You can protect any assembly or executable in your project. In order to protect you application follow the steps below.
1. Download the VB.Net example from the IntelliProtector site, here. 2. Locate the IntelliProtector.vb 3. Copy this file to each assembly (exe or dll file) you want to protect. 4. Add this file to the projects you have copied it to. 5. Before calling any protected method or performing the API call initialize the library by calling IntelliProtectorService.IntelliProtector.Init() method.
Example: Private Sub FormMain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load IntelliProtectorService.IntelliProtector.Init() ... End Sub
6. If you want to hide the method (encrypt it) add Encrypt attribute to the method. The method body will be secured after protection. 7. Use API to integrate the protection mechanism and software.
See Also
|
| Copyright © 2011 intelliprotector.com |