Protojo Features

  • Xojo Windows 64-bit applications support
  • Makes compiled Xojo applications to be 100% supported by software protectors, on par with other mainstream languages like C++
  • Software protectors support:
    • VMProtect
      • Protection Markers
        • Encrypted sections (VMProtectBeginVirtualizationLockByKey / VMProtectBeginUltraLockByKey)
        • VM sections (VMProtectBeginVirtualization / VMProtectBeginMutation / VMProtectBeginUltra)
        • All other markers available in VMProtect
      • Protection API
        • All VMProtect API calls (VMProtectIsProtected / VMProtectIsDebuggerPresent / VMProtectIsVirtualMachinePresent / VMProtectIsValidImageCRC / etc…)
    • Enigma Protector
      • Protection Markers
        • Encrypted sections (Reg_Crypt / UnReg_Crypt / Decrypt_On_Execute / Check_Protection / etc…)
        • VM sections (VM_Begin / VM_RISC / etc…)
      • Protection API
        • All Enigma Protector API calls (EP_RegCheckKey / EP_RegCheckAndSaveKey / EP_RegHardwareID / EP_RegSaveKey / etc…)
  • Works as a single Windows console application
  • Integrates seamlessly into Xojo build process

What’s new

v1.0

Type Description
new Initial release.