View Single Post
JusTGo
Veteran Member
Join Date: Mar 2013
Old 03-21-2015 , 04:31   Re: Orpheu Signatures Collection
Reply With Quote #8

Quote:
Originally Posted by Bos93 View Post
PHP Code:
0x55,0x57,0x56,0x53,0x81,0xEC,"*","*","*","*",0x8B,0x9C,0x24,0x40,0x10,0x00,0x00,0xA1,"*","*","*","*",0x89,0xDF,0x29,0xC7,0xE8 
so it will be like this ?
PHP Code:
{
    
"name"       "SV_ParseVoiceData",
    
"arguments"  :
    [
        {
            
"type" "int"
        
}
    ],
    
"library"    "engine",
    
"identifiers":
    [
        {
            
"os"    "windows",
            
"mod"   "cstrike",
            
"value" "0x55,0x57,0x56,0x53,0x81,0xEC,"*","*","*","*",0x8B,0x9C,0x24,0x40,0x10,0x00,0x00,0xA1,"*","*","*","*",0x89,0xDF,0x29,0xC7,0xE8"
        
},
        {
            
"os"    "linux",
            
"mod"   "cstrike",
            
"value" "SV_ParseVoiceData"
        
}
    ]


Last edited by JusTGo; 03-21-2015 at 04:31.
JusTGo is offline