Here are the signatures for
SV_ValidClientMulticast ( the linux signature could not work, because I found just a reference from this function, not it's offset ):
PHP Code:
{
"name" : "SV_ValidClientMulticast",
"library" : "engine",
"arguments" :
[
{
"type" : "int"
},
{
"type" : "int"
},
{
"type" : "int"
}
],
"return" :
{
"type" : "bool"
},
"identifiers" :
[
{
"os" : "windows",
"mod" : "cstrike",
"value" : [0x55, 0x8B, "*", 0x51, 0x56, 0x33, "*", 0x57, 0x8B, 0xF9]
},
{
"os" : "linux",
"mod" : "cstrike",
"value" : [0x4D, 0x55, "*", 0x54, 0x49, 0x43, 0x41, 0x53, 0x54, "*", 0x20, 0x45, 0x2, 0x72, "*", 0x72, 0x20, 0x25, 0x64, 0x21]
}
]
}
and
SV_PointLeafnum:
PHP Code:
{
"name" : "SV_PointLeafnum",
"library" : "engine",
"arguments" :
[
{
"type" : "float"
}
],
"return" :
{
"type" : "int"
},
"identifiers" :
[
{
"os" : "windows",
"mod" : "cstrike",
"value" : [0x51, 0x8B, 0x15, 0xB0, "*", "*", 0x04, 0xE8]
},
{
"os" : "linux",
"mod" : "cstrike",
"value" : 0x6A6B4
}
]
}
Tested on windows and linux ( but with the problem mentioned above for 'SV_ValidClientMulticast' )
__________________