View Single Post
Rivotril
Senior Member
Join Date: Feb 2014
Location: Argentina
Old 11-29-2016 , 10:56   Re: Orpheu Signatures Collection
Reply With Quote #53

not working on linux server, windows does

Code:
{
    "name" : "SV_Rcon",
    "library" : "engine",
    "arguments" :
    [
        {
            "type" : "int"
        }
    ],
    "identifiers":
    [
        {
            "os" : "windows",
            "value" : [0x55,0x8B,"*",0x81,"*","*","*","*","*",0x53,0x56,0x57,0xE8,"*","*","*","*",0x8B,"*",0x68,"*","*","*","*",0x89]
        },
        {
            "os" : "linux",
            "value" : "SV_Rcon"
        }
    ]
}
Rivotril is offline