mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-21 03:46:37 +02:00
Add some new function names that were cracked from NIDs by zecoxao
He used Claude, never thought of this use case, but it's logical - it can go reverse engineer the functions to come up with likely names, making it easier to match the SHA1 hash. (NIDs are truncated SHA1 hashes of names, except in firmwares later than around 3.50).
This commit is contained in:
@@ -869,9 +869,10 @@ const HLEFunction sceHttp[] = {
|
||||
{0X267618F4, &WrapI_IUU<sceHttpSetAuthInfoCallback>, "sceHttpSetAuthInfoCallback", 'i', "ixx" },
|
||||
{0X569A1481, &WrapI_IUU<sceHttpsSetSslCallback>, "sceHttpsSetSslCallback", 'i', "ixx" },
|
||||
{0XBAC31BF1, nullptr, "sceHttpsEnableOption", '?', "" },
|
||||
};
|
||||
{0xCC920C12, nullptr, "sceHttpEnableNagle", '?', "" },
|
||||
{0xD29163DA, nullptr, "sceHttpDisableNagle", '?', "" }
|
||||
};
|
||||
|
||||
void Register_sceHttp()
|
||||
{
|
||||
void Register_sceHttp() {
|
||||
RegisterHLEModule("sceHttp",ARRAY_SIZE(sceHttp),sceHttp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user