forked from asdcorp/ohook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsppc.def
More file actions
72 lines (71 loc) · 3.8 KB
/
sppc.def
File metadata and controls
72 lines (71 loc) · 3.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
LIBRARY sppc_o.dll
EXPORTS
;hooked function
SLGetLicensingStatusInformation = SLGetLicensingStatusInformationHook
;everything else
SLCallServer = sppc_o.SLCallServer
SLpAuthenticateGenuineTicketResponse = sppc_o.SLpAuthenticateGenuineTicketResponse
SLpBeginGenuineTicketTransaction = sppc_o.SLpBeginGenuineTicketTransaction
SLpClearActivationInProgress = sppc_o.SLpClearActivationInProgress
SLpDepositDownlevelGenuineTicket = sppc_o.SLpDepositDownlevelGenuineTicket
SLpDepositTokenActivationResponse = sppc_o.SLpDepositTokenActivationResponse
SLpGenerateTokenActivationChallenge = sppc_o.SLpGenerateTokenActivationChallenge
SLpGetGenuineBlob = sppc_o.SLpGetGenuineBlob
SLpGetGenuineLocal = sppc_o.SLpGetGenuineLocal
SLpGetLicenseAcquisitionInfo = sppc_o.SLpGetLicenseAcquisitionInfo
SLpGetMSPidInformation = sppc_o.SLpGetMSPidInformation
SLpGetMachineUGUID = sppc_o.SLpGetMachineUGUID
SLpGetTokenActivationGrantInfo = sppc_o.SLpGetTokenActivationGrantInfo
SLpIAActivateProduct = sppc_o.SLpIAActivateProduct
SLpIsCurrentInstalledProductKeyDefaultKey = sppc_o.SLpIsCurrentInstalledProductKeyDefaultKey
SLpProcessVMPipeMessage = sppc_o.SLpProcessVMPipeMessage
SLpSetActivationInProgress = sppc_o.SLpSetActivationInProgress
SLpTriggerServiceWorker = sppc_o.SLpTriggerServiceWorker
SLpVLActivateProduct = sppc_o.SLpVLActivateProduct
SLClose = sppc_o.SLClose
SLConsumeRight = sppc_o.SLConsumeRight
SLDepositMigrationBlob = sppc_o.SLDepositMigrationBlob
SLDepositOfflineConfirmationId = sppc_o.SLDepositOfflineConfirmationId
SLDepositOfflineConfirmationIdEx = sppc_o.SLDepositOfflineConfirmationIdEx
SLDepositStoreToken = sppc_o.SLDepositStoreToken
SLFireEvent = sppc_o.SLFireEvent
SLGatherMigrationBlob = sppc_o.SLGatherMigrationBlob
SLGatherMigrationBlobEx = sppc_o.SLGatherMigrationBlobEx
SLGenerateOfflineInstallationId = sppc_o.SLGenerateOfflineInstallationId
SLGenerateOfflineInstallationIdEx = sppc_o.SLGenerateOfflineInstallationIdEx
SLGetActiveLicenseInfo = sppc_o.SLGetActiveLicenseInfo
SLGetApplicationInformation = sppc_o.SLGetApplicationInformation
SLGetApplicationPolicy = sppc_o.SLGetApplicationPolicy
SLGetAuthenticationResult = sppc_o.SLGetAuthenticationResult
SLGetEncryptedPIDEx = sppc_o.SLGetEncryptedPIDEx
SLGetGenuineInformation = sppc_o.SLGetGenuineInformation
SLGetInstalledProductKeyIds = sppc_o.SLGetInstalledProductKeyIds
SLGetLicense = sppc_o.SLGetLicense
SLGetLicenseFileId = sppc_o.SLGetLicenseFileId
SLGetLicenseInformation = sppc_o.SLGetLicenseInformation
SLGetPKeyId = sppc_o.SLGetPKeyId
SLGetPKeyInformation = sppc_o.SLGetPKeyInformation
SLGetPolicyInformation = sppc_o.SLGetPolicyInformation
SLGetPolicyInformationDWORD = sppc_o.SLGetPolicyInformationDWORD
SLGetProductSkuInformation = sppc_o.SLGetProductSkuInformation
SLGetSLIDList = sppc_o.SLGetSLIDList
SLGetServiceInformation = sppc_o.SLGetServiceInformation
SLInstallLicense = sppc_o.SLInstallLicense
SLInstallProofOfPurchase = sppc_o.SLInstallProofOfPurchase
SLInstallProofOfPurchaseEx = sppc_o.SLInstallProofOfPurchaseEx
SLIsGenuineLocalEx = sppc_o.SLIsGenuineLocalEx
SLLoadApplicationPolicies = sppc_o.SLLoadApplicationPolicies
SLOpen = sppc_o.SLOpen
SLPersistApplicationPolicies = sppc_o.SLPersistApplicationPolicies
SLPersistRTSPayloadOverride = sppc_o.SLPersistRTSPayloadOverride
SLReArm = sppc_o.SLReArm
SLRegisterEvent = sppc_o.SLRegisterEvent
SLRegisterPlugin = sppc_o.SLRegisterPlugin
SLSetAuthenticationData = sppc_o.SLSetAuthenticationData
SLSetCurrentProductKey = sppc_o.SLSetCurrentProductKey
SLSetGenuineInformation = sppc_o.SLSetGenuineInformation
SLUninstallLicense = sppc_o.SLUninstallLicense
SLUninstallProofOfPurchase = sppc_o.SLUninstallProofOfPurchase
SLUnloadApplicationPolicies = sppc_o.SLUnloadApplicationPolicies
SLUnregisterEvent = sppc_o.SLUnregisterEvent
SLUnregisterPlugin = sppc_o.SLUnregisterPlugin