|
Member
Join Date: Sep 2013
Location: Shanghai,China
|

12-19-2013
, 15:45
How to make orpheu signatures
|
#1
|
i was trying to understand how orpheu works but not understand how made this ??
Ex:
Quote:
{
"name" : "Con_Printf",
"library" : "engine",
"arguments" :
[
{
"type" : "char *"
},
{
"type" : "char *"
}
],
"identifiers" :
[
{
"os" : "windows",
"mod" : "cstrike",
"value" : [0x55,0x8B,0xEC,0xB8,"*","*","*","*",0xE8,"*", "*","*","*",0x8B,"*","*",0x8D,"*","*",0x50,0x 51,0x8D,0x95,"*","*","*","*",0x68,"*","*","*" ,"*",0x52,0xE8,"*","*","*","*",0x8D,0x85,"*", "*","*","*",0x50]
},
{
"os" : "linux",
"mod" : "cstrike",
"value" : "Con_Printf"
}
]
}
|
where did this value come from and how ??
Quote:
|
"value" : [0x55,0x8B,0xEC,0xB8,"*","*","*","*",0xE8,"*", "*","*","*",0x8B,"*","*",0x8D,"*","*",0x50,0x 51,0x8D,0x95,"*","*","*","*",0x68,"*","*","*" ,"*",0x52,0xE8,"*","*","*","*",0x8D,0x85,"*", "*","*","*",0x50]
|
Someone help
Any tutorial for learning how to make signatures ?
|
|