Add Original SDK

This commit is contained in:
2026-05-06 07:47:36 +02:00
parent 2915e04380
commit 0ed627517a
674 changed files with 89334 additions and 0 deletions

View File

@@ -0,0 +1,88 @@
{
"Notes": "Protects the hello.exe program as part of the Quick Tour",
"Models": ["Pro Plus"],
"ProductCode": "DEMO",
"NetUserType": "per product",
"ProductMaxNetUsers": 2,
"Advanced": {
"DongleNumbers": "all",
"DongleNumberRangeMin": null,
"DongleNumberRangeMax": null,
"DataEncKeyProductCode": null,
"LockDongleToComputer": false,
"AllowUSBOverNetwork": true,
"AllowSoftwareKeys": true
},
"Licences": [
{
"Name": "hello",
"Executions": 5,
"ExecutionWarning": null,
"ExpiryDate": "no limit",
"MaxDays": "no limit",
"ExpiryWarning": null,
"Features": 0,
"LicenceMaxNetUsers": null
}
],
"Files": [
{
"InputName": "<enter your input path name here>",
"OutputName": "<enter your output path name here>",
"CallingProgram": null,
"Licence": "hello",
"Method": "Shell",
"ShellOptions": {
"DecrementExecution": true,
"StartNetworkUser": true,
"BackgroundCheck": 5,
"DataFileEncryption": false,
"DataFileTypes": null,
"DataFileExceptions": null,
"ExtraAntiDebug": true,
"ExtraAntiPiracy": 6
}
}
],
"DataArea": {
"ZeroDataSize": null,
"DataFile": ""
},
"ShellMessages": {
"Success": "",
"DongleNotFound": "Error! A valid dongle for MyProduct has not been detected.",
"ExpiryError": "MyProduct has expired!",
"ExecsLimit": "MyProduct has used up all of its allowed executions.",
"ExpiryWarning": "Warning! MyProduct will expire in %1 days.",
"ExecsWarning": "Warning! You will only be able to run MyProduct %1 more times.",
"NetUserLimit": "The maximum number of permitted network users has been exceeded.",
"OtherError": "The error %1/%2 has occurred checking the dongle in MyProduct.",
"Background": "This program will terminate in 30 seconds.\r\nPlease save your work or attach a valid dongle.",
"NetNoServer": "Error! Cannot detect DinkeyServer on the network."
},
"Algorithms": [
],
"ExtraSecurity": {
"DRISEncryptionKeys": null,
"DataEncryptionKeys": null,
"RWAlgorithm": null,
"SecureUpdatesOnly": false
},
"Actions": {
"ProgramDongle": true,
"LockSoftware": true
},
"DataFileEncryptionTool": {
"Files": [
]
}
}

View File

@@ -0,0 +1,47 @@
{
"Notes": "Used by the Quick Tour to add 5 executions to the dongle so that the protected hello.exe program can run 5 more times.",
"DongleInfo": {
"ProductCode": "DEMO",
"DongleNumber": 123456789,
"UpdateNumber": 1
},
"Licences": [
{
"Name": "*.*",
"Action": "change",
"AddExecutions": 5,
"ExecutionWarning": null,
"ExpiryDate": null,
"SetMaxDays": null,
"ExpiryWarning": null,
"Features": null,
"LicenceMaxNetUsers": null
}
],
"DataArea": {
"DataAreaSize": null,
"DataChanges": [
]
},
"Algorithms": {
},
"OtherInfo": {
"NetUserType": null,
"ProductMaxNetUsers": null,
"LastUsedDate": null,
"DataEncKeyProductCode": null,
"SecureUpdatesOnly": null,
"LockDongleToComputer": null,
"ResetDongleLock": null
},
"UpdateCode": {
"OutputFileName": null,
"Type": "short"
}
}