mirror of
https://github.com/Alukym/VMProtect-Source.git
synced 2025-06-20 19:17:55 -05:00
Initial commit
This commit is contained in:
33
runtime/runtime.def
Normal file
33
runtime/runtime.def
Normal file
@ -0,0 +1,33 @@
|
||||
EXPORTS
|
||||
SetupImage
|
||||
FreeImage
|
||||
ExportedDecryptString
|
||||
ExportedFreeString
|
||||
ExportedLoadResource
|
||||
ExportedFindResourceA
|
||||
ExportedFindResourceExA
|
||||
ExportedFindResourceW
|
||||
ExportedFindResourceExW
|
||||
ExportedLoadStringA
|
||||
ExportedLoadStringW
|
||||
ExportedEnumResourceNamesA
|
||||
ExportedEnumResourceNamesW
|
||||
ExportedEnumResourceLanguagesA
|
||||
ExportedEnumResourceLanguagesW
|
||||
ExportedEnumResourceTypesA
|
||||
ExportedEnumResourceTypesW
|
||||
ExportedSetSerialNumber
|
||||
ExportedGetSerialNumberState
|
||||
ExportedGetSerialNumberData
|
||||
ExportedGetCurrentHWID
|
||||
ExportedActivateLicense
|
||||
ExportedDeactivateLicense
|
||||
ExportedGetOfflineActivationString
|
||||
ExportedGetOfflineDeactivationString
|
||||
ExportedIsValidImageCRC
|
||||
ExportedIsDebuggerPresent
|
||||
ExportedIsVirtualMachinePresent
|
||||
ExportedDecryptBuffer
|
||||
ExportedIsProtected
|
||||
CalcCRC
|
||||
LoaderData = loader_data
|
Reference in New Issue
Block a user