View Single Post
Seta00
The Seta00 user has crashed.
Join Date: Jan 2010
Location: Berlin
Old 05-09-2010 , 08:30   Re: Orpheu: Searching for functions in libraries
Reply With Quote #17

Quote:
Originally Posted by Arkshine View Post
For me, Host_ShutdownServer is : 0x50050

and the sig would be :

Code:
{
    "name"        : "Host_ShutdownServer",
    "library"     : "engine",
    "identifiers" :
    [
        {
            "os"    : "windows",
            "mod"   : "cstrike",
            "value" : [0x55,0x8B,0xEC,0xA1,"*","*","*","*",0x85,0xC0,0x0F,"*","*","*","*","*",0x56,"*","*","*","*",0x6A,0x01]
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : "Host_ShutdownServer"
        }
    ]
}
If I'm motivated I will do a tutorial, it's not that hard.
Thanks. Guess hacking Orpheu's source won't help me to use it
Seta00 is offline