AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Trying to update signature (https://forums.alliedmods.net/showthread.php?t=228755)

bibu 10-26-2013 12:02

Trying to update signature
 
Hello, could anyone help me to update the signature of SV_GetIDString for orpheu? I wasn't able to achieve the correct signature for windows:

Quote:

{
"name" : "SV_GetIDString",
"library" : "engine",
"arguments" :
[
{
"type" : "pointer"
}
],
"return" :
{
"type" : "char *"
},
"identifiers":
[
{
"os" : "windows",
"value" : [xyz]
},
{
"os" : "linux",
"value" : "SV_GetIDString"
}
]
}

ConnorMcLeod 10-26-2013 12:29

Re: Trying to update signature
 
[0x55,0x8B,"*",0x83,"*","*",0x8B,"*","*",0xC6, "*","*","*","*","*","*",0x85,"*",0x0F,"*","*" ,"*","*","*",0x8B,"*",0x48,0x0F]

bibu 10-26-2013 12:58

Re: Trying to update signature
 
Thanks for the try connor, but I still get somehow function not found. The server version is: 48/1.1.2.7 6027

Tell me if you need more infos.

Arkshine 10-26-2013 13:30

Re: Trying to update signature
 
Signature is correct for dedicated server, though you can shorten it to
Code:

0x55,0x8B,"*",0x83,"*","*",0x8B,"*","*",0xC6,"*","*","*","*","*","*",0x85
This means, you're testing under a listen server ?

ConnorMcLeod 10-26-2013 14:19

Re: Trying to update signature
 
Quote:

Originally Posted by Arkshine (Post 2053216)
Signature is correct for dedicated server, though you can shorten it to
Code:

0x55,0x8B,"*",0x83,"*","*",0x8B,"*","*",0xC6,"*","*","*","*","*","*",0x85

I usually use 10 lines of code and check for occurences, it is often enough and i never try to shorten :)


All times are GMT -4. The time now is 23:16.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.