View Single Post
DarthMan
Veteran Member
Join Date: Aug 2011
Old 04-16-2020 , 17:59   Re: Orpheu. Why signature is not working?
Reply With Quote #7

Quote:
Originally Posted by Gabe Iggy View Post
I understand now, I got the terms signature and symbol mixed up

Code:
{
    "name" : "Con_Printf",
    "library" : "engine",
    "arguments" :
    [
        {
            "type" : "char *"
        },
        {
            "type" : "char *"
        }
    ],
    "identifiers" :
    [
        {
            "os"    : "linux",
            "mod"   : "ricochet",
            "value" : [0x8D,0x4C,0x24,0x04,0x83,0xE4,0xF0,0xFF,0x71,0xFC,0x55,0x8D,0x41,0x04,0x89,0xE5]
        }
    ]
}
This worked.

Thank you!
You're welcome.
Keep always the first byte. Replace any other bytes with ? then make the signature.
DarthMan is offline