Installation
Download Protojo executable
Protojo is a single Windows portable executable and doesn’t require any installation. Just download and save it in any folder.
Download Protojo Xojo classes
Depending on the software protector you use in your project, download and unzip the corresponding Protojo Xojo class:
Download Protojo VMProtect class
Download Protojo Enigma Protector class
Add the corresponding Protojo class in your Xojo project
With your Xojo project open, select File -> Import…
Open the corresponding class file, Protojo-VMProtect.xojo_binary_code or Protojo-Enigma.xojo_binary_code and press Import button:
The Protojo class will be imported in your Xojo project and will be shown in the explorer:
And that’s it
Now all the Protection Markers and Protection APIs can be used in your Xojo project. For example, type VMProtect., then press <Tab> to see all available Protection Markers and Protection APIs:
Refer to the corresponding protector documentation on how to use the Protection Markers and Protection APIs.
Also check out the Getting Started Guide on how to create a simple protected Xojo application.