Updated SPL with more service names
This commit is contained in:
@@ -33,6 +33,12 @@ SPL::SPL(std::shared_ptr<Module> module) : Module::Interface(std::move(module),
|
|||||||
{23, nullptr, "GetSplWaitEvent"},
|
{23, nullptr, "GetSplWaitEvent"},
|
||||||
{24, nullptr, "SetSharedData"},
|
{24, nullptr, "SetSharedData"},
|
||||||
{25, nullptr, "GetSharedData"},
|
{25, nullptr, "GetSharedData"},
|
||||||
|
{26, nullptr, "ImportSslRsaKey"},
|
||||||
|
{27, nullptr, "SecureExpModWithSslKey"},
|
||||||
|
{28, nullptr, "ImportEsRsaKey"},
|
||||||
|
{29, nullptr, "SecureExpModWithEsKey"},
|
||||||
|
{30, nullptr, "EncryptManuRsaKeyForImport"},
|
||||||
|
{31, nullptr, "GetPackage2Hash"},
|
||||||
};
|
};
|
||||||
RegisterHandlers(functions);
|
RegisterHandlers(functions);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user